Microsoft XML SDK 2.6 - XML Reference

XMLDOMNodeList Properties, Methods, and Events

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 W3C DOM.

Events

None.

See Also

XMLDOMNodeList Object