Uses of Class
org.apache.xalan.xsltc.trax.TransformerFactoryImpl

Packages that use TransformerFactoryImpl
org.apache.xalan.xsltc.trax   
 

Uses of TransformerFactoryImpl in org.apache.xalan.xsltc.trax
 

Fields in org.apache.xalan.xsltc.trax declared as TransformerFactoryImpl
private  TransformerFactoryImpl TransformerImpl._tfactory
          A reference to the transformer factory that this templates object belongs to.
private  TransformerFactoryImpl TemplatesImpl._tfactory
          A reference to the transformer factory that this templates object belongs to.
private  TransformerFactoryImpl TemplatesHandlerImpl._tfactory
          A reference to the transformer factory that this templates object belongs to.
 

Methods in org.apache.xalan.xsltc.trax that return TransformerFactoryImpl
protected  TransformerFactoryImpl TransformerImpl.getTransformerFactory()
          Returns the TransformerFactoryImpl object that create this Transformer.
 

Constructors in org.apache.xalan.xsltc.trax with parameters of type TransformerFactoryImpl
TemplatesHandlerImpl(int indentNumber, TransformerFactoryImpl tfactory)
          Default constructor
TemplatesImpl(byte[][] bytecodes, java.lang.String transletName, java.util.Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory)
          Create an XSLTC template object from the bytecodes.
TemplatesImpl(java.lang.Class[] transletClasses, java.lang.String transletName, java.util.Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory)
          Create an XSLTC template object from the translet class definition(s).
TransformerImpl(java.util.Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory)
           
TransformerImpl(Translet translet, java.util.Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory)