A node list provides an ordered collection of nodes.
item node-list index
The items in the nodelist are accessible via an integral index, starting from 0. An item method returns the nth item in the list, or NIL if the index is greater than or equal to the number of nodes in the list.
length node-list
A nodelist has a length attribute, which provides the number of nodes in the list.