Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Developer's Guide

Navigating the Named Node Map

As with a node list, you can access members of the named node map by index using the item method. You can also access the members of a named node map name by using the following methods.

Each method returns an IXMLDOMNode object.

Like the IXMLDOMNodeList, IXMLDOMNamedNodeMap exposes the nextNode property.

See Also

item Method (IXMLDOMNamedNodeMap)