Microsoft XML 2.5 SDK


 

XMLDOMNodeList Properties, Methods, and Events

[This is preliminary documentation and subject to change.]

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.

See Also

XMLDOMNodeList Object