Microsoft XML 2.5 SDK


 

item Method

[This is preliminary documentation and subject to change.]

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

XMLDOMNamedNodeMap