| Class Summary | |
|---|---|
| AbstractReadHandlerFactory | The AbstractReadHandlerFactory provides a base implementation for all read-handler factories. |
| AbstractXmlReadHandler | A base class for implementing an XmlReadHandler. |
| AbstractXmlResourceFactory | A base-class for resource-factories that load their resources from XML files. |
| AttributeList | The attribute list is used by a writer to specify the attributes of an XML element in a certain order. |
| AttributeList.AttributeEntry | A name/value pair of the attribute list. |
| AttributeMap | A attribute map holding <namspace;name>-value pairs. |
| Base64 | Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes. date: 06 August 1998 modified: 14 February 2000 modified: 22 September 2000 |
| CharacterEntityParser | The character entity parser replaces all known occurrences of an entity in the format &entityname;. |
| CommentHandler | The comment handler is used to collect all XML comments from the SAX parser. |
| DeclaredNamespaces | A immutable namespace collection. |
| DefaultTagDescription | A tag-description provides information about xml tags. |
| 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. |
| FixNamespaceUriAttributes | A SAX-Attributes implementation that fixes missing namespace-URIs. |
| HtmlCharacterEntities | A collection of all character entites defined in the HTML4 standard. |
| IgnoreAnyChildReadHandler | A read-handler that silently ignores all childs. |
| LibXmlBoot | The LibXmlBoot class is used to initialize the library before it is first used. |
| LibXmlInfo | The LibXmlInfo class contains all dependency information and some common information like version, license and contributors about the library itself. |
| 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. |
| NamespaceCollection | Holds a set of namespace definitions that have been declared in a libbase-configuration. |
| NoRootHandlerException | Todo: Document Me |
| ParseException | A parse exception. |
| ParserEntityResolver | Resolves the JFreeReport DTD specification and routes the parser to a local copy. |
| ParserUtil | Basic helper functions to ease up the process of parsing. |
| 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. |
| TagDescription | A tag-description provides information about xml tags. |
| XmlDocumentInfo | The XmlDocumentInfo class collects basic information about the document that should be parsed. |
| XmlFactoryModule | The XmlFactoryModule is the base of a plugin-structure to allow parser-multiplexing. |
| XmlReadHandler | A handler for reading an XML element. |
| XmlWriter | A class for writing XML to a character stream. |
| XmlWriterSupport | A support class for writing XML files. |