Example usage for javax.xml.transform.sax SAXTransformerFactory subclass-usage

List of usage examples for javax.xml.transform.sax SAXTransformerFactory subclass-usage

Introduction

In this page you can find the example usage for javax.xml.transform.sax SAXTransformerFactory subclass-usage.

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.