The following tables list the members exposed by NodeCollection.
Name | Description | |
---|---|---|
![]() | NodeCollection Constructor |
Name | Description | |
---|---|---|
![]() | length | The amount of nodes in the collection. |
Name | Description | |
---|---|---|
![]() | add | Add a the specified node to the collection. |
![]() | addRange | Add an array of nodes to the nodes collection at the specified index. |
![]() | addText | Add a new node with the specifed text and navigate url to the collection. |
![]() | dispose | Disposes the object and all of its children. |
![]() | getNode | Returns the Node at the specified index. |
![]() | insert | Insert the specified node into the collection. |
![]() | remove | Remove a node from the nodes collection. |
![]() | removeAt | Remove the node at the specified index. |