|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| Builder | The Builder interface is responsible for building an object
using the information provided in an AttributeList. |
| Reader | The Reader interface defines an object that is able to read
information from a data source and create an AttributeList from
that information. |
| Serializer |
The Serializer interface is responsible for translating an object
into a persisted AttributeList.
|
| Writer | The Writer interface defines an object that is able to write the
information given by an AttributeList to a data store. |
| Class Summary | |
| BuilderUtilities | This class contains utility-methods needed during the creation of objects
by a builder-instance. |
| Color | The Color class acts as a wrapper for Color Objects. |
| EntityRegistry | The EntityRegistry can be used to collect frequently occuring
Attribute's when it comes to storing them in XML
documents. |
| XMLConstants | Defines the string-literals that are used in the XML documents. |
| XMLFileWriter | XMLFileWriter |
| XMLIOUtilities | Static convenience methods to load/store xml files in the context of the persistence framework. |
| XMLReader | Deprecated. use XMLStreamReader instead. |
| XMLStreamReader |
Class XMLStreamReader loads an XML file, parses its contents
and creates a runtime AttributeList instance containing
Attribute or AttributeSet objects or both.
|
| XMLStreamWriter |
Class XMLStreamWriter writes an AttributeList
object to an XML file. |
| XMLWriter | Deprecated. use XMLStreamWriter instead. |
| Exception Summary | |
| BuildException | The BuildException is thrown during the build process of a
Builder-instance. |
| ReadException | The ReadException is thrown if a
Reader fails to operate properly. |
| SerializeException | The SerializeException is thrown during the serialize process of
a Serializer. |
| WriteException | The WriteException is thrown during the write process of a
Writer. |
| XMLParseException |
Thrown when an XMLReader encounters an exception while
parsing a document.
|
Holds classes and interfaces useful to make instances of objects of the Tensegrity-API persistent. Objects are made persistent by being written out to and read in from XML-files.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||