All Classes and Interfaces
Class
Description
The AbstractReadHandlerFactory provides a base implementation for all
read-handler factories.
A base class for implementing an
XmlReadHandler
.A base-class for resource-factories that load their resources from XML files.
The attribute list is used by a writer to specify the attributes of an XML
element in a certain order.
A name/value pair of the attribute list.
A attribute map holding <namspace;name>-value pairs.
Provides encoding of raw bytes to base64-encoded characters, and decoding of
base64 characters to raw bytes.
The character entity parser replaces all known occurrences of an entity in
the format &entityname;.
The comment handler is used to collect all XML comments from the
SAX parser.
A immutable namespace collection.
A tag-description provides information about xml tags.
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.
Todo: Document me!
A SAX-Attributes implementation that fixes missing namespace-URIs.
A collection of all character entites defined in the HTML4 standard.
A read-handler that silently ignores all childs.
The LibXmlBoot class is used to initialize the library before it is
first used.
The LibXmlInfo class contains all dependency information and some
common information like version, license and contributors about the
library itself.
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.
Holds a set of namespace definitions that have been declared in a libbase-configuration.
Todo: Document Me
A parse exception.
Resolves the JFreeReport DTD specification and routes the parser to a local copy.
Basic helper functions to ease up the process of parsing.
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.
A tag-description provides information about xml tags.
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 handler for reading an XML element.
A class for writing XML to a character stream.
A support class for writing XML files.