| Interface | Description |
|---|---|
| IDOMCollectionIndexer<T> |
Indexer for DOM Collection classes.
|
| Class | Description |
|---|---|
| HTMLCollection |
The
HTMLCollection represents a generic collection of Element. |
| NamedNodeMap |
Represents collections of attributes that can be accessed by name.
|
| NodeList |
The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
|