Provides the interfaces for the Document Object Model (DOM).
See: Description
Interface | Description |
---|---|
Attr | The |
CDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
CharacterData | The |
Comment | This interface inherits from |
Document | The |
DocumentFragment |
|
DocumentType | Each |
DOMConfiguration | The |
DOMError |
|
DOMErrorHandler |
|
DOMImplementation | The |
DOMImplementationList | The |
DOMImplementationSource | This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in DOM Features. |
DOMLocator |
|
DOMStringList | The |
Element | The |
Entity | This interface represents a known entity, either parsed or unparsed, in an XML document. |
EntityReference |
|
NamedNodeMap | Objects implementing the |
NameList | The |
Node | The |
NodeList | The |
Notation | This interface represents a notation declared in the DTD. |
ProcessingInstruction | The |
Text | The |
TypeInfo | The |
UserDataHandler | When associating an object to a key on a node using |
Exception | Description |
---|---|
DOMException | DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). |
Provides the interfaces for the Document Object Model (DOM). Supports the Document Object Model Level 2 Core APIi, Document Object Model (DOM) Level 3 Core, and Document Object Model (DOM) Level 3 Load and Save.
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.