The DomNode class / xml.DomNode methods |
Gets the local name for a DomNode object.
getLocalName() RETURNING str STRING
Gets the local name for this DomNode object. If 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).