ElementList class

ElementList class

The list of element.

The ElementList type exposes the following members:

Properties

PropertyDescription
lengthGets the number of elements in the list.

Gets the element at the specified index in the list.

Indexer

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

Methods

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

See Also