Uses of Class
com.caucho.xsl.StylesheetImpl

Packages that use StylesheetImpl
com.caucho.xsl The XSLT transformation package. 
 

Uses of StylesheetImpl in com.caucho.xsl
 

Subclasses of StylesheetImpl in com.caucho.xsl
 class IdentityStylesheet
          A compiled XSL stylesheet.
 class JavaStylesheet
          Implementation class for JavaScript stylesheets.
 

Fields in com.caucho.xsl declared as StylesheetImpl
protected  StylesheetImpl TransformerImpl._stylesheet
           
 

Methods in com.caucho.xsl that return StylesheetImpl
protected  StylesheetImpl JavaGenerator.completeGenerate(java.util.ArrayList<XslNode> inits, java.util.ArrayList globals)
           
 StylesheetImpl TransformerImpl.getStylesheet()
           
protected  StylesheetImpl AbstractStylesheetFactory.loadStylesheet(java.lang.String systemId, java.lang.String className)
          Loads the compiled stylesheet .class file
 StylesheetImpl AbstractStylesheetFactory.newStylesheet(org.w3c.dom.Document xsl)
          Creates a new stylesheet from an XML document.
 StylesheetImpl AbstractStylesheetFactory.newStylesheet(java.io.InputStream is)
          Create a new stylesheet from an input stream.
 StylesheetImpl AbstractStylesheetFactory.newStylesheet(Path path)
           
 StylesheetImpl AbstractStylesheetFactory.newStylesheet(java.io.Reader reader)
          Create a new stylesheet from a reader.
 StylesheetImpl AbstractStylesheetFactory.newStylesheet(java.lang.String systemId)
          Loads a stylesheet from a named file
 

Constructors in com.caucho.xsl with parameters of type StylesheetImpl
TransformerImpl(StylesheetImpl stylesheet)