NodeList class

NodeList class

The list of node.

The NodeList type exposes the following members:

Properties

PropertyDescription
lengthGets the number of nodes in the list.

Gets the node at the specified index in the list.

Indexer

NameDescription
[index]The zero based index of the node.

Methods

MethodDescription
add(node)Adds the node to the end of list.

See Also