item Method (IXMLDOMNodeList)
Allows random access to individual nodes within the collection.
var objXMLDOMNode = oXMLDOMNodeList.item(index);
HRESULT item(
long index,
IXMLDOMNode** listItem
);
General Remarks
This method applies to the following objects and interfaces:
IXMLDOMNode, IXMLDOMNodeList, and IXMLDOMSelection.
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.