IXMLDOMNodeList Members

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Reference

IXMLDOMNodeList Members

[Visual Basic, Script]

The following tables show the properties, methods, and events.

[C/C++]

The following tables show the properties, methods, and events.

This interface inherits from IDispatch.

Properties

length Indicates the number of items in the collection. Read-only.

Methods

item Allows random access to individual nodes within the collection.
nextNode* Returns the next node in the collection.
reset* Resets the iterator.

* Denotes an extension to the World Wide Web Consortium (W3C) DOM.

Events

None.

To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

IXMLDOMNodeList