Gets a value indicating whether this node has any child nodes.

[VBScript]
Public Function HasChildNodes() As Boolean
[JScript]
public function HasChildNodes() : Boolean;

Return Value

true if the node has child nodes; otherwise, false.

See Also

Node Object | Node Members | DOM Namespace