xml.DomNode.getLocalName

Gets the local name for a DomNode object.

Syntax

getLocalName()
  RETURNS STRING

Usage

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

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).