See: Description
| Interface | Description |
|---|---|
| Document |
An HTML DOM document.
|
| Element |
An HTML DOM element.
|
| FormControlElement |
An HTML DOM form control element such as input, select, textarea, etc.
|
| FormElement |
An HTML DOM form element.
|
| FrameElement |
An HTML DOM frame or iframe element.
|
| InputElement |
An HTML DOM input element.
|
| Node |
A base DOM object providing access to the common DOM object properties and methods to manage the
DOM node structure.
|
| OptionElement |
An HTML DOM option element.
|
| PointInspection |
Provides information about DOM node at a specified point inside the loaded document.
|
| SearchContext |
Base interface for search methods that must be inherited by the DOM interfaces that want to have
search mechanisms.
|
| SelectElement |
An HTML DOM select element.
|
| TextAreaElement |
An HTML DOM textarea element.
|
| XPathResult |
An implementation of the DOM W3C XPathResult
interface that represents the result of the XPath expression evaluation.
|
| Enum | Description |
|---|---|
| NodeType |
Represents the values that can be used to distinguish different kind of nodes, such that HTML
element, text, attribute, from each other.
|
| XPathResultType |
Represents the XPath result types.
|
| Exception | Description |
|---|---|
| XPathException |
Signals that an XPath expression evaluation has been failed or it is impossible to perform a
specific operation with
XPathResult. |