Node List

A node list provides an ordered collection of nodes.

Item

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

length node-list

A nodelist has a length attribute, which provides the number of nodes in the list.


This site is enhanced with Interaction.