List of usage examples for javax.xml.transform.sax SAXTransformerFactory subclass-usage
From source file net.sf.joost.trax.TransformerFactoryImpl.java
/**
* This class implements the TransformerFactory-Interface for TraX.
* With the help of this factory you can get a templates-object or
* directly a transformer-object for the transformation process. If you
* use a SAXResult you can simply downcast to SAXTransformerFactory
* and use it like a Sax-Parser.