Node.ChildNodes Property |
Gets all the child nodes of the node.
[VBScript] Public ReadOnly Property ChildNodes As NodeList
[JScript] public function get ChildNodes() : NodeList;
A NodeList that contains all the child nodes of the node.
If there are no child nodes, this property returns an empty NodeList.