| AbstractReadHandlerFactory<T extends XmlReadHandler> | 
 The AbstractReadHandlerFactory provides a base implementation for all read-handler factories. 
 | 
| AbstractXmlFactoryModule | 
 A common base class for all XmlFactoryModules. 
 | 
| AbstractXmlReadHandler | 
 | 
| AbstractXmlResourceFactory | 
 A base-class for resource-factories that load their resources from XML files. 
 | 
| Base64 | 
 Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes. 
 | 
| CommentHandler | 
 The comment handler is used to collect all XML comments from the SAX parser. 
 | 
| DefaultXmlDocumentInfo | 
 A data class that holds all relevant information about a XML document to make a decision on what parser to use to
 interpret the XML content. 
 | 
| DomTreeResourceFactory | 
  | 
| FixNamespaceUriAttributes | 
 A SAX-Attributes implementation that fixes missing namespace-URIs. 
 | 
| IgnoreAnyChildReadHandler | 
 A read-handler that silently ignores all childs. 
 | 
| LoggingErrorHandler | 
 A SAX-Error handler that logs all incomming errors to the given log context. 
 | 
| MultiplexRootElementHandler | 
 A root-handler that intercepts the first call to startElement to select a XmlReadHandler based on the XmlDocumentInfo
 provided by the parser. 
 | 
| ParserEntityResolver | 
 Resolves the JFreeReport DTD specification and routes the parser to a local copy. 
 | 
| PropertiesReadHandler | 
 A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties
 collection. 
 | 
| PropertyReadHandler | 
 The Property-ReadHandler reads character data from an element along with a 'name' attribute. 
 | 
| ResourceDataInputSource | 
 A SAX InputSource implementation that reads its data from a LibLoader ResourceData object. 
 | 
| RootXmlReadHandler | 
 A base root SAX handler. 
 | 
| StringReadHandler | 
 A XmlReadHandler that reads character-data for the given element. 
 | 
| XmlFactoryModuleRegistry | 
 A helper class intended to be used by concrete implementations of the AbstractXmlResourceFactory. 
 |