The IDLffXMLDOMNamedNodeMap::Item function method returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map that corresponds to an index.
Result = Obj->[IDLffXMLDOMNamedNodeMap::]Item( Index )
Returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map 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 named node map.
None
6.1 |
Introduced |