Method XmlNode():hasContent() Foundation
Determines whether any content is defined.
:hasContent() --> lHasContent
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.
The method :hasContent() can used for checking whether a given node object has content defined.
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.