org.jfree.xml.util |
Utility classes for the XML framework.
|
Java Source File Name | Type | Comment |
AbstractModelReader.java | Class | Loads the class model from an previously written xml file set. |
AttributeDefinition.java | Class | An attribute definition. |
Base64.java | Class | Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes. |
BasicTypeSupport.java | Class | A class that contains information about some basic types. |
ClassModelTags.java | Class | A collection of tags used in the object model description. |
ConstructorDefinition.java | Class | A constructor definition. |
GenericObjectFactory.java | Class | The generic object factory contains all methods necessary to collect
the property values needed to produce a fully instantiated object. |
LookupDefinition.java | Class | A lookup definition. |
ManualMappingDefinition.java | Class | Maps a class to a read handler and a write handler. |
MultiplexMappingDefinition.java | Class | Maps a class to ... |
MultiplexMappingEntry.java | Class | A multiplex mapping entry. |
ObjectDescriptionException.java | Class | An exception that indicates a problem with an object description. |
ObjectFactory.java | Interface | An object factory. |
ObjectFactoryLoader.java | Class | The object factory loader loads the xml specification for the generic
handlers. |
PropertyDefinition.java | Class | A property definition. |
SimpleObjectFactory.java | Class | A simple object factory. |