Method XmlNode():hasAttributes() Foundation
Determines whether any attributes are defined.
:hasAttributes() --> lHasAttributes
A logical value which specifies whether the XmlNode()object has attributes defined. Return is .T. (true) if the node object has attributes. Otherwise, .F. (false) is returned.
The method :hasAttributes() can used for checking whether a given node object has any attributes defined.
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.