Method XmlNode():getLocalName() Foundation

Gets the local name.

Syntax
:getLocalName() --> cName
Return

A character string with the local name of the XmlNode() object.

Description

:getLocalName() returns the local name of a node object. The local name is equivalent to the name of a node object and does not include a namespace prefix. Also see the method :getName().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.