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
public interface Attribute implements Node
public interface Attribute implements Node
An HTML DOM attribute.
Link copied to clipboard
public interface Document implements Node
public interface Document implements Node
An HTML DOM document.
Link copied to clipboard
public interface Element implements Node
public interface Element implements Node
An HTML DOM element.
Link copied to clipboard
public interface ElementAttributes
public interface ElementAttributes
HTML attributes that are specified on a particular Element.
Link copied to clipboard
public interface FormControlElement implements Element
public interface FormControlElement implements Element
An HTML DOM form control element such as input, select, textarea, etc.
Link copied to clipboard
public interface FormElement implements Element
public interface FormElement implements Element
An HTML DOM form element.
Link copied to clipboard
public interface FrameElement implements Element
public interface FrameElement implements Element
An HTML DOM frame or iframe element.
Link copied to clipboard
public interface ImageElement implements Element
public interface ImageElement implements Element
An HTML DOM image element.
Link copied to clipboard
public interface InputElement implements FormControlElement
public interface InputElement implements FormControlElement
An HTML DOM input element.
Link copied to clipboard
public interface Node implements EventTarget, SearchContext
public interface Node implements EventTarget, SearchContext
A base DOM object providing access to the common DOM object properties and methods to manage the DOM node structure.
Link copied to clipboard
public interface OptionElement implements Element
public interface OptionElement implements Element
An HTML DOM option element.
Link copied to clipboard
public interface PointInspection
public interface PointInspection
Provides information about DOM node at a specified point inside the loaded document.
Link copied to clipboard
public interface SearchContext
public 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
public interface SelectElement implements FormControlElement
public interface SelectElement implements FormControlElement
An HTML DOM select element.
Link copied to clipboard
public interface TextAreaElement implements FormControlElement
public interface TextAreaElement implements FormControlElement
An HTML DOM textarea element.
Link copied to clipboard
public final class XPathException extends RuntimeException
public final class XPathException extends RuntimeException
Signals that an XPath expression evaluation has been failed or it is impossible to perform a specific operation with XPathResult.
Link copied to clipboard
public interface XPathResult
public interface XPathResult
An implementation of the DOM W3C XPathResult interface that represents the result of the XPath expression evaluation.