Allows random access to individual nodes within the collection.
Syntax
objXMLDOMNode = oXMLDOMNamedNodeMap.item(index)
Parameters
index
Long integer specifying the index of the item within the collection. The first item is number zero.
Returns
Object. Returns an XMLDOMNode object. Returns NULL if the index is out of range.
Applies To