IDLffXMLDOMNodeList::Item

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.

Syntax

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

Return Value

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.

Arguments

Index

An integer that contains the index into the node list.

Keywords

None

Version History

6.1

Introduced