Method XmlNode():hasChilds() Foundation

Determines whether child nodes are defined.

Syntax
:hasChilds() --> lHasChilds
Return

A logical value which specifies whether the XmlNode() object is a parent node. If the node object has child nodes assigned, return is .T. (true). Otherwise, the value .F. (false) is returned.

Description

The method :hasChilds() determines whether a node object is a parent node, that is, whether it has child nodes assigned. In order to check whether a given node is a child node, the method :hasParent() may be used.

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.