Class | Description |
---|---|
BasePathResolver | This resolver can be van take a base path and resolve relative URIs against it. |
StackingResolver | A stacking resolver, wich acts as a meta resolver for a list of given resolvers. |
XSLTIncludeClasspathURIResolver | Internal class to resolve includes using class path, inspired by http://stackoverflow.com/a/12453881 |
ZipFileResolver | A resolver to get the contents of a zip file, used to transform contents of ODF files. |