Node.getName

<p> <code>getName</code> returns the name of this node. This is the XML local name of the element, attribute, entity or processing instruction. For CDATA and Text nodes this method will return null. </p>

@return the XML name of this node

class Node
string
getName
()

Meta