The NodeList interface provides the abstraction of an ordered collection of nodes, without defining how this collection is implemented.
Interface NodeList {
Node item(in unsigned long index)
readonly attribute unsigned long length
} Semantic Requirements
Basic
Methods
Attributes
If you have comments or suggestions, email me at mbrady@nist.gov