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