Method XmlNode():isComment() Foundation

Determines whether the node is a comment node.

Syntax
:isComment() --> lIsComment
Return

A logical value specifying whether the node is a comment node. In this case, the method returns .T. (true). For nodes of other types like, for example, an element node, :isComment() returns .F. (false).

Description

The method :isComment() can be used to check whether a given node object represents a comment 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.