| Interface | Description |
|---|---|
| IDocument |
A class to store information about and provide access to
the Document object.
|
| IElement |
Stores an Element in the dom tree.
|
| IElementCollection |
Element Collection - stores a collection of Elements
The first item of an ElementCollection is stored at position 0.
|
| IRange |
Stores a Range Object (Mozilla Only)
A range can cross a group of Elements and can start or stop half way through an Element |
| IStyleRule |
Represents a single style rule in a style sheet
|
| IStyleSheet |
Stores a Style Sheet Element in the DOM tree
|