Home to Document Object Model | Up to Core
Prev Element


NodeList
Object

Contains an ordered collection of nodes. Each entry in the list is the node to which it refers - any changes made to the Nodes returned affect the document.

length
Attribute (read only, Number)

The number of nodes in this list.

item
Method
ECMAScript binding: item(index) (returns Node; index is a Number)

Returns the index+1th Node from the list or null if index is less than zero or more than this.length-1.

Log in or register to write something here or to contact authors.