Method XmlNode():hasContent() Foundation

Determines whether any content is defined.

Syntax
:hasContent() --> lHasContent
Return

A logical value which specifies whether any content is defined for the node object. Return is .T. (true) if the node object has content. Otherwise, .F. (false) is returned.

Description

The method :hasContent() can used for checking whether a given node object has content 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.