| Interface | Description |
|---|---|
| ITransformErrorListener |
Extended
ErrorListener interface with chaining method. |
| Class | Description |
|---|---|
| AbstractTransformErrorListener |
Abstract implementation of a transformation
ErrorListener. |
| AbstractTransformURIResolver |
Abstract base implementation of the
URIResolver interface. |
| CachingTransformStreamSource |
Source that ensures that the passed
InputStream is copied. |
| CollectingTransformErrorListener |
This implementation of
ErrorListener saves all
occurred warnings/errors/fatals in a list for later evaluation. |
| DefaultTransformURIResolver |
Implementation of the
URIResolver interface using
SimpleLSResourceResolver to resolve resources. |
| DoNothingTransformErrorListener |
ErrorListener that does nothing. |
| DoNothingTransformURIResolver |
URIResolver that does nothing. |
| LoggingTransformErrorListener |
ErrorListener that simply logs data to a logger. |
| LoggingTransformURIResolver |
URIResolver that logs to a logger but does not
resolve anything. |
| StringStreamResult |
Special
StreamResult implementation that writes to String
objects. |
| StringStreamSource |
Special
StreamSource implementation that reads from String
objects. |
| TransformResultFactory |
Factory class to create the correct
Result
objects for different output types. |
| TransformSourceFactory |
Factory class to create the correct
Source
objects for different input types. |
| WrappedCollectingTransformErrorListener |
This implementation of
ErrorListener saves all
occurred warnings/errors/fatals in a list for later evaluation. |
| XMLTransformerFactory |
A global factory for XML transformation objects.
|
| Enum | Description |
|---|---|
| EXMLTransformTexts |
Copyright © 2014–2021 Philip Helger. All rights reserved.