Method XmlNode():isElement() Foundation

Determines whether the node is an element node.

Syntax
:isElement() --> lIsElement
Return

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).

Description

The method :isElement() can be used to check whether a given node object represents an element node.

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.