IHTMLOptionsCollection Interface
Contents
[
Hide
]IHTMLOptionsCollection interface
An HTMLOptionsCollection
is a list of nodes representing HTML option element. An individual node may be accessed by either ordinal index or the node’s name
or id
attributes. Collections in the HTML DOM are assumed to be live meaning that they are automatically updated when the underlying document is changed.
See also the Document object Model (DOM) Level 2 HTML Specification. @since DOM Level 2
public interface IHTMLOptionsCollection : IEnumerable<Element>
Properties
Name | Description |
---|---|
Item { get; } | Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null. (2 indexers) |
Length { get; } | The number of nodes in the list. |
Methods
Name | Description |
---|---|
NamedItem(string) | Method returns the indexth item in the collection. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem |
See Also
- class Element
- namespace Aspose.Html
- assembly Aspose.HTML