Uses of Class
com.caucho.xsl.TransformerImpl

Packages that use TransformerImpl
com.caucho.xsl The XSLT transformation package. 
com.caucho.xsl.fun   
 

Uses of TransformerImpl in com.caucho.xsl
 

Subclasses of TransformerImpl in com.caucho.xsl
 class NodeTransformerImpl
           
 class StreamTransformerImpl
           
 class StringTransformerImpl
          Transforms a document to a result string.
 

Fields in com.caucho.xsl declared as TransformerImpl
protected  TransformerImpl SAXFilterImpl.transformer
           
 

Methods in com.caucho.xsl that return TransformerImpl
 TransformerImpl XslWriter.getTransformer()
           
 

Methods in com.caucho.xsl with parameters of type TransformerImpl
abstract  void AbstractStylesheet.transform(org.w3c.dom.Node xml, XMLWriter out, TransformerImpl transformer)
          Transforms the XML node to a new XML document based on this stylesheet.
 void IdentityStylesheet.transform(org.w3c.dom.Node xml, XMLWriter writer, TransformerImpl transformer)
          Transforms the XML node to a new XML document based on this stylesheet.
 void StylesheetImpl.transform(org.w3c.dom.Node xml, XMLWriter writer, TransformerImpl transformer)
          Transforms the input node to the output writer
 

Constructors in com.caucho.xsl with parameters of type TransformerImpl
SAXFilterImpl(TransformerImpl transformer)
           
 

Uses of TransformerImpl in com.caucho.xsl.fun
 

Constructors in com.caucho.xsl.fun with parameters of type TransformerImpl
DocumentFun(TransformerImpl transformer)