childnodes property
Gets the child nodes of the document object.
Syntax
HRESULT value = object.get_childnodes(IDispatch** p);
Property values
Type: IDispatch
A pointer to an IDispatch interface that returns the node's child nodes, or NULL if no child nodes are present.