Method XmlNode():getAttributeNames() Foundation

Returns the names of the attributes.

Syntax
:getAttributeNames() --> aNames
Return

An array with the names of the attributes. If there are no attributes defined, return is an empty array ({}).

Description

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().

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.