JHotDraw 7.5.1

Package org.jhotdraw.xml

Provides simple input and output classes from/to document models (DOM).

See:
          Description

Interface Summary
DOMFactory DOMFactory.
DOMInput DOMInput.
DOMOutput DOMOutput.
DOMStorable Interface for objects that can be made persistent using DOMOutput.writeObject and DOMInput.readObject.
 

Class Summary
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.
 

Package org.jhotdraw.xml Description

Provides simple input and output classes from/to document models (DOM).


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.