See: Description
| Interface | Description |
|---|---|
| DOMFactory |
DOMFactory.
|
| DOMInput |
DOMInput.
|
| DOMOutput |
DOMOutput.
|
| DOMStorable |
Interface for objects that can be made persistent using
DOMOutput.writeObject and DOMInput.readObject. |
| Class | Description |
|---|---|
| DefaultDOMFactory |
DefaultDOMFactory can be used to serialize DOMStorable objects
in a DOM with the use of a mapping between Java class names and DOM element
names. |
| JavaPrimitivesDOMFactory |
JavaPrimitivesDOMFactory can be used to serialize Java primitive objects
and DOMStorable objects. |
| JavaxDOMInput |
DOMInput.
|
| JavaxDOMOutput |
DOMOutput.
|
| NanoXMLDOMInput |
NanoXMLDOMInput.
|
| NanoXMLDOMOutput |
DOMOutput using Nano XML.
|
| XMLTransferable |
XMLTransferable for transfering XML documents over the clipboard and with
drag and drop.
|
Provides simple input and output classes from/to document models (DOM).