A collection of HTML option elements.
Public Member Functions | |
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... | |
HtmlOptionElement | namedItem (string name) |
HtmlOptionElement | item (int index) |
Gets a node at a particular index. More... | |
IEnumerator< HtmlOptionElement > | GetEnumerator () |
Properties | |
int | length [get] |
HtmlOptionElement | 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< HtmlOptionElement > | values =new List<HtmlOptionElement>() |
|
inline |
|
inlineprivate |
|
inline |
Insert at the given index.
Implements Dom.INodeList.
|
inline |
Gets a node at a particular index.
|
inline |
|
inline |
Adds a node.
Implements Dom.INodeList.
|
inline |
Removes the given node.
Implements Dom.INodeList.
|
private |
|
get |
|
getset |
Gets an element at the specified index.