Package com.calitha.xml

Interface Summary
IDocumentTransformer The IDocumentTransformer represents a class that can transform Document objects using an XSL template and writes the output to various targets.
IDocumentXMLSerializer This class reprents a serializer of Document objects to XML output.
IParserConfiguration A parser configuration is used to configure a SimpleDOMParser.
XMLConstants  
 

Class Summary
CachingURLResolver This resolver can be used to resolve requests for schemas and other resources.
CachingValidatingConfiguration The CachingValidatingConfiguration represents a configuration for SimpleDOMParser that caches and validates.
DefaultParserConfiguration The DefaultParserConfiguration represents the default parser configuration.
DocumentTransformer  
DocumentXMLSerializer This class reprents a serializer of Document objects to XML output.
DoNothingEntityResolver The DoNothingEntityResolver class represents a resolver that does absolutely nothing.
InputSourceAdapter The InputSourceAdapter adapts an InputSource to the Source interface.
PIAttributes A PIAttributes object represents attributes in a single processing instruction.
PreParsedGrammarsConfiguration The PreParsedGrammarsConfiguration represents a configuration for SimpleDOMParser that uses pre-parsed grammars.
ProcessingInstructions A ProcessingInstructions object represents the processing instructions in an XML document.
SchemaLocationBuilder The SchemaLocationBuilder builds an external Schema Location String.
SimpleDOMParser The SimpleDOMParser class represent an XML parser with a simplified API.
SimpleErrorHandler This class represents an error handler for XML parsers with a simple to use API.
SimpleParserConfiguration This basic implementation of the parser configuration provides direct access to all the different configuration properties.
ValidatingConfiguration The ValidatingConfiguration represents a configuration for SimpleDOMParser that validates.
XMLGrammarPoolBuilder The XMLGrammarPoolBuilder represents a builder class for making XML grammar pools.
XMLUtil The XMLUtil class provides several convenience methods to work with XML and related documents.
XSLTemplatesCache A XSLTemplatesCache object is used to cache the templates created from XSL files.
XSLTemplatesCacheFactory