psBaseName - BaseXmlDomNode

Returns the node name with the namespace prefix removed

Type: Property

Access: Read-Only

Data Type: String

Parameters: None

Syntax
 Property String psBaseName

Read Access: Get psBaseName to StringVariable


Description

psBaseName returns the node name with the namespace prefix removed. For example, in a node declared as <myNameSpace:elementName> it would return the element part elementName.

See Also

psPrefix | psNameSpaceURI