Node.HasChildNodes Method |
Gets a value indicating whether this node has any child nodes.
[VBScript] Public Function HasChildNodes() As Boolean
[JScript] public function HasChildNodes() : Boolean;
true if the node has child nodes; otherwise, false.