Gets all the child nodes of the node.

[VBScript]
Public ReadOnly Property ChildNodes As NodeList
[JScript]
public function get ChildNodes() : NodeList;

Property Value

A NodeList that contains all the child nodes of the node.

If there are no child nodes, this property returns an empty NodeList.

See Also

Node Object | Node Members | DOM Namespace