NodeList class

NodeList class

The list of node.

The NodeList type exposes the following members:

Properties

Property Description
length Gets the number of nodes in the list.

Gets the node at the specified index in the list.

Indexer

Name Description
[index] The zero based index of the node.

Methods

Method Description
add(node) Adds the node to the end of list.

See Also