Uses of Class
com.caucho.xsl.AbstractStylesheet

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

Uses of AbstractStylesheet in com.caucho.xsl
 

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

Fields in com.caucho.xsl declared as AbstractStylesheet
protected  AbstractStylesheet AbstractStylesheet._stylesheet
           
 

Methods in com.caucho.xsl with parameters of type AbstractStylesheet
protected  void AbstractStylesheet.copy(AbstractStylesheet stylesheet)
          Copies the current stylesheet into the new stylesheet.
protected  void StylesheetImpl.copy(AbstractStylesheet stylesheet)