Package org.pentaho.reporting.libraries.xmlns.parser
package org.pentaho.reporting.libraries.xmlns.parser
-
ClassDescriptionAbstractReadHandlerFactory<T extends XmlReadHandler>The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.A common base class for all XmlFactoryModules.A base class for implementing an
XmlReadHandler
.A base-class for resource-factories that load their resources from XML files.Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.The comment handler is used to collect all XML comments from the SAX parser.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.A SAX-Attributes implementation that fixes missing namespace-URIs.A read-handler that silently ignores all childs.A SAX-Error handler that logs all incomming errors to the given log context.A root-handler that intercepts the first call to startElement to select a XmlReadHandler based on the XmlDocumentInfo provided by the parser.A parse exception.Resolves the JFreeReport DTD specification and routes the parser to a local copy.A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.The Property-ReadHandler reads character data from an element along with a 'name' attribute.A SAX InputSource implementation that reads its data from a LibLoader ResourceData object.A base root SAX handler.A XmlReadHandler that reads character-data for the given element.The XmlDocumentInfo class collects basic information about the document that should be parsed.The XmlFactoryModule is the base of a plugin-structure to allow parser-multiplexing.A helper class intended to be used by concrete implementations of the AbstractXmlResourceFactory.A handler for reading an XML element.