Public Member Functions | |
HtmlElement | htmlItem (int index) |
void | removeAt (int index) |
Removes the given index. More... | |
void | remove (Node node) |
Removes the given node. More... | |
void | insert (int index, Node node) |
Insert at the given index. More... | |
void | push (Node node) |
Adds the given node to the list. More... | |
Node | item (int index) |
Gets a node at a particular index. More... | |
IEnumerator< Node > | GetEnumerator () |
Properties | |
int | length [get] |
The number of nodes in the list. More... | |
Node | this[int index] [get, set] |
Gets an element at the specified index. More... | |
Properties inherited from Dom.INodeList | |
int | length [get] |
The number of nodes in the list. More... | |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
List< Node > | values =new List<Node>() |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
Insert at the given index.
Implements Dom.INodeList.
|
inline |
Gets a node at a particular index.
|
inline |
Adds the given node to the list.
Implements Dom.INodeList.
|
inline |
Removes the given node.
Implements Dom.INodeList.
|
inline |
Removes the given index.
|
get |
The number of nodes in the list.
|
getset |
Gets an element at the specified index.