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 ElementAttributes
interface ElementAttributes
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
Link copied to clipboard
An HTML DOM frame or iframe element.
Link copied to clipboard
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
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.