Uses of Class
com.caucho.xsl.Template

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

Uses of Template in com.caucho.xsl
 

Methods in com.caucho.xsl that return Template
protected  Template StylesheetImpl.getTemplate(java.util.HashMap templates, org.w3c.dom.Node node, Env env, int min, int max)
          Gets a template.
protected static Template[] StylesheetImpl.mergeTemplates(Template[] star, Template[] templates)
          Merges two template arrays into the final one.
 

Methods in com.caucho.xsl with parameters of type Template
protected static Template[] StylesheetImpl.mergeTemplates(Template[] star, Template[] templates)
          Merges two template arrays into the final one.
protected static Template[] StylesheetImpl.mergeTemplates(Template[] star, Template[] templates)
          Merges two template arrays into the final one.