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.