| javax.xml.transform.sax.TransformerHandler
TransformerHandler | public interface TransformerHandler extends ContentHandler,LexicalHandler,DTDHandler(Code) | | Transforms SAX input events to a Result, according to some
stylesheet. Note the expectation that XSLT transforms will
discard most DTD declarations (DeclHandler is not supported).
author: Andrew Selkirk, David Brownell version: 1.0 |
getTransformer | public Transformer getTransformer()(Code) | | Returns the associated transformer, for use in setting
parameters and output properties.
|
|
|