Support for SAX2-based XSLT transformers.
See: Description
Interface Summary | |
---|---|
TemplatesHandler | Handler used to create pre-parsed XSLT transforms. |
TransformerHandler | Transforms SAX input events to a Result, according to some stylesheet. |
Class Summary | |
---|---|
SAXResult | Collects the result of a SAX transform. |
SAXSource | Acts as a holder for "pull style" inputs to an XSLT transform. |
SAXTransformerFactory | A TransformerFactory that supports several separate modes for working with SAX inputs and outputs. |
Support for SAX2-based XSLT transformers. Normally you would cast a TransformerFactory to a SAXTransformerFactory and use that to in any of the various modes supported (such as push or pull).
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 2013-01-12.