|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
TransformerFactory | Abstract class extended by implementations. |
Exception Summary | |
TransformerConfigurationException | TransformerConfigurationException |
TransformerException | Encapsulates a problem exposed during a transformation. |
Error Summary | |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 2001-11-20.