| Interface | Description |
|---|---|
| DOMHandler |
ContentHandler encapsulating a DOM document.
|
| DOMHandlerFactory |
The factory creates a DOMHandler encapsulating a DOM document.
|
| DOMParser |
The parser can be used to parse any XML document given
by a
InputSource object. |
| DOMSerializer |
Converts a DOM document to a stream of SAX events.
|
| XMLFragment |
This interface must be implemented by classes willing
to provide an XML representation of their current state.
|
| Class | Description |
|---|---|
| DefaultDOMHandler | |
| DefaultDOMHandlerFactory | |
| DefaultDOMSerializer |