The IDLffXMLDOMNode::GetChildNodes function method creates an instance of an IDLffXMLDOMNodeList object, which can then be used to access the child nodes. If there are no children, the node list object contains no nodes.

The contents of the node list object are updated as changes are made to the tree, such as children being added or removed from the calling node’s children list.

Syntax


Result = Obj->[IDLffXMLDOMNode::]GetChildNodes()

Return Value


Returns an object reference to the new IDLffXMLDOMNodeList object.

Arguments


None

Keywords


None

Version History


6.1

Introduced