xml.DomNode.hasChildNodes

Returns TRUE if a node has child nodes.

Syntax

hasChildNodes()
  RETURNING flag INTEGER

Usage

Returns TRUE if this node has child nodes;otherwise, returns FALSE.