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.

Syntax


Result = Obj->[IDLffXMLDOMNamedNodeMap::]Item( Index )

Return Value


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.

Arguments


Index

An integer that contains the index into the named node map.

Keywords


None

Version History


6.1

Introduced