2.4 Extensions to the NodeList Interface

The NodeList (IXMLDOMNodeList) interface implements the NodeList interface in [DOMLevel2Core:2000]. This supports iteration through the live collection, in addition to indexed access.

The NodeList interface is extended by the following attributes. For details see Methods.

IDL Definition

 interface NodeList {
   Node               nextNode;
   Node               reset;
 };