Link to this page
Print this page
Parent topic
:
xml.DomNode methods
The DomNode class
/
xml.DomNode methods
xml.DomNode.getNodeName
Gets the name for a DomNode object.
Syntax
getNodeName
() RETURNING
str
STRING
Usage
Gets the name for this DomNode object; returns the qualified name of this DomNode object, or NULL. If DomNode does not have a qualified name, the local part is returned.