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