The NodeList interface.
Public Member Functions | |
void | push (Node node) |
Adds a node. More... | |
void | remove (Node node) |
Removes a node. More... | |
void | insert (int index, Node node) |
Inserts a node at the given index. More... | |
Properties | |
int | length [get] |
The number of nodes in the list. More... | |
void Dom.INodeList.insert | ( | int | index, |
Node | node | ||
) |
Inserts a node at the given index.
Implemented in Dom.HTMLOptionsCollection, Dom.RadioNodeList, Dom.NodeList, and Dom.HTMLCollection.
void Dom.INodeList.push | ( | Node | node) |
Adds a node.
Implemented in Dom.HTMLOptionsCollection, Dom.RadioNodeList, Dom.HTMLCollection, and Dom.NodeList.
void Dom.INodeList.remove | ( | Node | node) |
Removes a node.
Implemented in Dom.HTMLOptionsCollection, Dom.RadioNodeList, Dom.NodeList, and Dom.HTMLCollection.
|
get |
The number of nodes in the list.