| Class | Description |
|---|---|
| AbstractXmlPackager<T> |
Packaging logic for XML Documents.
|
| AbstractXmlParser<T> |
Parsing logic for building a XML Document from DOM-Tree and the way around.
|
| AbstractXmlUnpackager |
Unpackaging logic for packages.
|
| AbstractXmlValidator<T> |
Abstract Validation of XML Documents based on XSD schema file.
|
| JAXBContextFactory |
Static Factory Class which is managing a JAXB2 Marshaller instance.
|
| JAXBNavigator<T> |
Navigator class which simplifies XPath handling using any JAXB object.
|
| NamespaceManager |
Implementation of the NamespaceContext.
|
| XJdfNamespaceMapper |
XJDF Namespace Prefix Mapper for organizing namespace prefixes.
|
| XmlNavigator |
Navigator class which simplify XPath handling using XML Documents.
|
| Enum | Description |
|---|---|
| AbstractXmlPackager.CompressionLevel |
ZIP Compression Level.
|
| Exception | Description |
|---|---|
| PackagerException |
Exception in the packaging process.
|