A collection of HTML elements.
Public Member Functions | |
| HtmlElement | htmlItem (int index) |
| int | indexOf (Node node) |
| The index of the given node. 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 a node. More... | |
| virtual Element | namedItem (string name) |
| Element | item (int index) |
| Gets a node at a particular index. More... | |
| IEnumerator< Element > | GetEnumerator () |
Properties | |
| int | length [get] |
| Element | this[int index] [get, set] |
| Gets an element at the specified index. More... | |
| Element | this[string index] [get] |
| 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< Element > | values =new List<Element>() |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
The index of the given node.
|
inline |
Insert at the given index.
Implements Dom.INodeList.
|
inline |
Gets a node at a particular index.
|
inlinevirtual |
Reimplemented in Dom.HTMLFormControlsCollection.
|
inline |
Adds a node.
Implements Dom.INodeList.
|
inline |
Removes the given node.
Implements Dom.INodeList.
|
get |
|
getset |
Gets an element at the specified index.
|
get |
Gets an element at the specified index.