Package-level declarations

Provides the interfaces and classes for the Document Object Model (DOM).

Provides the interfaces and classes for the Document Object Model (DOM).

Types

Link copied to clipboard
interface Attribute : Node
interface Attribute : Node
An HTML DOM attribute.
Link copied to clipboard
interface Document : Node
interface Document : Node
An HTML DOM document.
Link copied to clipboard
interface Element : Node
interface Element : Node
An HTML DOM element.
Link copied to clipboard
HTML attributes that are specified on a particular Element.
Link copied to clipboard
An HTML DOM form control element such as input, select, textarea, etc.
Link copied to clipboard
interface FormElement : Element
interface FormElement : Element
An HTML DOM form element.
Link copied to clipboard
interface FrameElement : Element
interface FrameElement : Element
An HTML DOM frame or iframe element.
Link copied to clipboard
interface ImageElement : Element
interface ImageElement : Element
An HTML DOM image element.
Link copied to clipboard
An HTML DOM input element.
Link copied to clipboard
A base DOM object providing access to the common DOM object properties and methods to manage the DOM node structure.
Link copied to clipboard
An HTML DOM option element.
Link copied to clipboard
interface PointInspection
interface PointInspection
Provides information about DOM node at a specified point inside the loaded document.
Link copied to clipboard
interface SearchContext
interface SearchContext
Base interface for search methods that must be inherited by the DOM interfaces that want to have search mechanisms.
Link copied to clipboard
An HTML DOM select element.
Link copied to clipboard
An HTML DOM textarea element.
Link copied to clipboard
Signals that an XPath expression evaluation has been failed or it is impossible to perform a specific operation with XPathResult.
Link copied to clipboard
interface XPathResult
interface XPathResult
An implementation of the DOM W3C XPathResult interface that represents the result of the XPath expression evaluation.