@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
Attribute |
An HTML DOM attribute.
|
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.
|
ImageElement |
An HTML DOM image 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 |
---|---|
DocumentPosition |
Describes how the position of the other node relates to the position of the reference node.
|
DomKeyCode |
Represents a physical key used in a DOM keyboard event.
|
Element.AlignTo |
Describes how the element will be aligned to the visible area of the scrollable ancestor.
|
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 . |