xml.DomNode.getLocalName

Gets the local name for a DomNode object.

Syntax

getLocalName()
  RETURNING str STRING

Usage

Gets the local name for this DomNode object. If DomNode has a qualified name, only the local part is returned.