Method XmlNode():getAttributeValues() Foundation
Returns the attribute values.
:getAttributeValues() --> aValues
An array of character strings with the values of the attributes. If there are no attributes defined, return is an empty array ({}).
The method :getAttributeValues() retrieves the values of the attributes defined for a node object. 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.