Interface | Description |
---|---|
ErrorListener |
Error reporting callback handler.
|
Result |
The result of an XSL transformation.
|
Source |
An XML input source.
|
SourceLocator |
The location in an XML resource at which an event occurred.
|
Templates |
A compiled, reusable XSL transformation.
|
URIResolver |
Callback that can resolve a URI into source XML for transformation.
|
Class | Description |
---|---|
OutputKeys |
Constants for XSLT output attributes.
|
Transformer |
An XSL transformation.
|
TransformerFactory |
Factory for obtaining transformation contexts.
|
Exception | Description |
---|---|
TransformerConfigurationException |
An exception occurred during configuration of the transformer.
|
TransformerException |
An exception occurred during the transformation process.
|
Error | Description |
---|---|
TransformerFactoryConfigurationError |
An error occurred during configuration of the transformer factory.
|