2.13 NodeList

The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.

The items in the NodeList are accessible with an integral index, starting from 0.

This interface contains one extension to DOM Level 1, the destroy method.