Package org.pentaho.reporting.libraries.xmlns.parser

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

Class Summary
AbstractReadHandlerFactory The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.
AbstractXmlFactoryModule A common base class for all XmlFactoryModules.
AbstractXmlReadHandler A base class for implementing an XmlReadHandler.
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 Todo: Document me!

Date: 10.08.2009 Time: 11:23:50

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.
 

Exception Summary
NoRootHandlerException Todo: Document Me
ParseException A parse exception.