Uses of Class
jd.xml.xslt.template.TemplateRuleList

Packages that use TemplateRuleList
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.template Contains classes representing the various XSLT template elements and instructions. 
 

Uses of TemplateRuleList in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that return TemplateRuleList
 TemplateRuleList XsltParseContext.getRuleList(String mode)
           
 TemplateRuleList XsltParseContext.getCurrentTemplateRules()
           
 TemplateRuleList XsltParseContext.setCurrentTemplateRules(TemplateRuleList rules)
           
 TemplateRuleList StylesheetData.getDefaultTemplateRuleList()
          Return the default template rule list (mode = null).
 

Methods in jd.xml.xslt.parser with parameters of type TemplateRuleList
 TemplateRuleList XsltParseContext.setCurrentTemplateRules(TemplateRuleList rules)
           
 void TextContentBuilder.applyImports(TemplateRuleList rules, Variable[] params, int maxImportPrecedence)
           
 void TextContentBuilder.applyTemplates(TemplateRuleList rules, Expression select, Sort sort, Variable[] params)
           
 

Uses of TemplateRuleList in jd.xml.xslt.template
 

Methods in jd.xml.xslt.template with parameters of type TemplateRuleList
 void TemplateVisitor.applyImports(TemplateRuleList rules, Variable[] params, int maxImportPrecedence)
           
 void TemplateVisitor.applyTemplates(TemplateRuleList rules, Expression select, Sort sort, Variable[] params)
           
 void TemplateScreener.applyImports(TemplateRuleList rules, Variable[] params, int maxImportPrecedence)
           
 void TemplateScreener.applyTemplates(TemplateRuleList rules, Expression select, Sort sort, Variable[] params)
           
 

Constructors in jd.xml.xslt.template with parameters of type TemplateRuleList
ApplyTemplatesToChildren(TemplateRuleList rules, Variable[] params)
          Create a new ApplyTemplates object.
ApplyTemplatesIterated(TemplateRuleList rules, NodeSetExpression select, Variable[] params)
          Create a new ApplyTemplates object.
ApplyTemplates(TemplateRuleList rules, Expression select, Sort sort, Variable[] params)
          Create a new ApplyTemplates object.
ApplyImports(TemplateRuleList rules, Variable[] params, int maxImportPrecedence)
          Create a ApplyImports object.