nsIDOMNodeList

The nsIDOMNodeList interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.
The items in the list are accessible via an integral index, starting from 0.

For more information on this interface please see
http://www.w3.org/TR/DOM-Level-2-Core/

Methods

item(index)

Attributes

length