List of usage examples for javax.xml.transform.sax TransformerHandler interface-usage
From source file net.sf.joost.trax.TransformerHandlerImpl.java
/**
* This class implements the TransformerHandler-Interface for TraX.
* This class could be used with a SAXResult. So you can simply
* downcast the TransformerFactory to a SAXTransformerFactory, calling
* getTransformerHandler() and process the transformation with a
* Sax-Parser.