Support for SAX2-based XSLT transformers.
See: Description
Interface Summary | |
---|---|
TemplatesHandler | A content handler that processes SAX parse events into a compiled transformation template. |
TransformerHandler | A content handler that transforms SAX events into a result tree. |
Class Summary | |
---|---|
SAXResult | Specifies SAX handlers to be used as a result sink during a transformation. |
SAXSource | Specifies a SAX XML source. |
SAXTransformerFactory | Specialized transformer factory with support for SAX-specific factory methods. |
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).