Method XmlNode():hasAttributes() Foundation

Determines whether any attributes are defined.

Syntax
:hasAttributes() --> lHasAttributes
Return

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.

Description

The method :hasAttributes() can used for checking whether a given node object has any attributes defined.

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.