Method XmlNode():getLocalName() Foundation
Gets the local name.
:getLocalName() --> cName
A character string with the local name of the XmlNode() object.
: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().
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.