Base "TRAX" API for XSLT transformers.
See: Description
Interface Summary | |
---|---|
ErrorListener | JAXP/Transform analogue of SAX ErrorHandler, using TransformerException classes. |
Result | Result |
Source | Identifies the URI for either a transformation (XSLT stylesheet) or an input to a transformation (XML document to be transformed). |
SourceLocator | JAXP/transform analogue of SAX Locator. |
Templates | Encapsulates a pre-parsed (reusable) XSLT transform. |
URIResolver | URIResolver |
Class Summary | |
---|---|
OutputKeys | Provides names for XSLT output attributes. |
Transformer | Apply a transformation from a source, populating a result. |
TransformerConfigurationException | TransformerConfigurationException |
TransformerException | Encapsulates a problem exposed during a transformation. |
TransformerFactory | Abstract class extended by implementations. |
TransformerFactoryConfigurationError | Reports a TransformerFactory configuration error. |
Base "TRAX" API for XSLT transformers. This API borrows many structural notions from SAX, such as the way error handling and external entity resolution are handled, although it does not reuse the corresponding SAX classes. To use XSLT transformers:
The OutputKeys class holds constants that can be used to configure output properties used with Result objects, as if they were specified in xslt:output attributes in the stylesheet specifying the transform.
The Templates class accomodates the notion of "compiled" transforms.
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2011-08-26.