Package org.apache.abdera.util

Interface Summary
Constants  
Version  
 

Class Summary
AbderaConfiguration Provides the basic configuration for the Abdera default implementation.
AbderaDataSource Utility implementation of javax.activation.DataSource that wraps Abdera Base
AbderaResult Provides a simple (and likely somewhat inefficient) implementation of javax.xml.transform.Result that allows Abdera objects to be used with the javax.xml.transform API's Only use this once per transform!!!
AbderaSource Provides a simple (and likely somewhat inefficient) implementation of javax.xml.transform.Source that allows Abdera objects to be used with the javax.xml.transform API's
AbstractExtensionFactory  
AbstractNamedParser Base abstract implementation of NamedParser
AbstractNamedWriter Base abstract implementation of NamedWriter
AbstractParser Abstract base implementation of Abdera Parser.
AbstractParserOptions Non thread-safe abstract implementation of ParserOptions
AbstractWriter  
AbstractWriterOptions  
AbstractXPath Abstract base implementation of XPath
CompressionUtil  
EntityTag Implements an EntityTag.
Messages  
MimeTypeHelper Utilities for working with MIME Media Types
ServiceUtil Core utility methods that support Abdera's internal operation
URIHelper Utility methods for working with URI's / IRI's
XmlRestrictedCharReader A reader implementation that filters out characters that are not allowed in XML 1.0 or XML 1.1 documents.
XmlUtil  
 

Enum Summary
CompressionUtil.CompressionCodec  
XmlUtil.XMLVersion  
 

Exception Summary
MimeTypeParseException An alternative to JAF's MimeTypeParseException that extends RuntimeException so we don't have to explicitly catch it everywhere.