The IDLffXMLDOMNodeList::Item returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to an indexed node from the node list.
Result = Obj->[IDLffXMLDOMNodeList::]Item( Index )
Returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the node list that corresponds to the supplied index. If the node at the specified index does not exist, a null object reference is returned.
An integer that contains the index into the node list.
None
6.1 |
Introduced |