ZVON > References > DOM2 Reference

NodeList (interface )

Type of the interface:   fundamental

Own properties:
attributes  -  length
methods  -  item

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

Note:
NodeList objects in the DOM are live. Their items are accessible via an integral index, starting from 0.