Overview
>
Package org.w3c.dom
Version 0.1.2
Overview
Index
Tree
Deprecated
Package org.w3c.dom
Contains 28 type(s).
Types
Interfaces
Attr
- DOM attribute node.
CDATASection
- DOM CDATA text section.
CharacterData
- Base interface for textual DOM nodes.
Comment
- DOM comment node.
DOMConfiguration
- DOM parser/serializer configuration surface.
DOMError
- DOM processing error.
DOMErrorHandler
- DOM error callback.
DOMImplementation
- Factory and feature discovery interface for DOM implementations.
DOMImplementationList
- Read-only list of DOM implementations.
DOMImplementationSource
- Provider of DOM implementations.
DOMLocator
- Location metadata for DOM errors.
DOMStringList
- Read-only list of DOM strings.
Document
- DOM document node.
DocumentFragment
- Lightweight container for a DOM subtree.
DocumentType
- DOM document type declaration.
Element
- DOM element node.
Entity
- DOM entity declaration.
EntityReference
- DOM entity reference node.
NameList
- Read-only list of names and namespaces.
NamedNodeMap
- Name-addressable collection of DOM nodes, typically attributes.
Node
- Base interface for all DOM tree nodes.
NodeList
- Ordered list of DOM nodes.
Notation
- DOM notation declaration.
ProcessingInstruction
- DOM processing instruction.
Text
- DOM text node.
TypeInfo
- Schema type metadata associated with DOM nodes.
UserDataHandler
- Callback invoked when node-associated user data is affected by DOM operations.
Exceptions
DOMException
- DOM operation error.