| Interface | Description |
|---|---|
| ProcessingInstructionHandler |
The interface to be implemented by objects that are able to deal with
processing instructions.
|
| TransformerBuilder |
An object creating a
Transformer. |
| Class | Description |
|---|---|
| AbstractTransformerMojo |
The abstract Mojo base for concrete Mojos that generate some kind of output format from DocBook.
|
| CachingTransformerBuilder |
A caching
TransformerBuilder, holding on to the Transformer it created. |
| Entity |
The representation of an entity, consisting of a name and a value.
|
| ExpressionHandler |
A
ProcessingInstructionHandler that evaluates expressions passed as data as JSP
expression language expressions. |
| ExpressionUtils |
DOCUMENT ME!
|
| InjectingEntityResolver |
An
EntityResolver that will inject a couple of additional general internal
entities into the DTD resolved by underlying resolver. |
| NullWriter |
DOCUMENT ME!
|
| Parameter |
The representation of an XSL parameter made of a name and a value.
|
| PreprocessingFilter |
A
XMLFilter managing a collection of ProcessingInstructionHandlers, using them to handle processing instructions encountered while
parsing the XML document. |
| StylesheetResolver |
A simple
URIResolver decorator that will bail out of the normal way of retrieving
entities as soon as the publicId or systemId matches a given URN. |
| Exception | Description |
|---|---|
| TransformerBuilder.TransformerBuilderException |
The exception thrown when the
TransformerBuilder will not be able to reproduce
the Transformer. |
Copyright © 2006–2016 Wilfred Springer, Cedric Pronzato. All rights reserved.