Click to return to the XML (Extensible Markup Language) home page    
XMLDOMNamedNodeMap getQua...     XMLDOMNamedNodeMap length...     XMLDOMNamedNodeMap Object    
Web Workshop  |  XML (Extensible Markup Language)

item Property


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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMNamedNodeMap


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.