Method XmlNode():isElement() Foundation
Determines whether the node is an element node.
:isElement() --> lIsElement
A logical value specifying whether the node is an element node. In this case, the method returns .T. (true). For nodes of other types like, for example, the document node, :isElement() returns .F. (false).
The method :isElement() can be used to check whether a given node object represents an element node.
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.