Method XmlNode():getAttributeNames() Foundation
Returns the names of the attributes.
:getAttributeNames() --> aNames
An array with the names of the attributes. If there are no attributes defined, return is an empty array ({}).
The method :getAttributeNames() can be used to retrieve the names of the attributes defined for a node object. Attribute names are returned as local names, that is, without a namespace prefix. Also see the method :getAttributes().
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.