jd.xml.xslt.template
Class ApplyTemplatesIterated
java.lang.Object
jd.xml.xslt.template.Template
jd.xml.xslt.template.ApplyTemplatesIterated
- public class ApplyTemplatesIterated
- extends Template
A template instruction with no sort instruction and
a select statement that allows iteration of the selected nodes
and therefore avoids the use of an explicit node-set.
ApplyTemplatesIterated
public ApplyTemplatesIterated(TemplateRuleList rules,
NodeSetExpression select,
Variable[] params)
- Create a new ApplyTemplates object.
- Parameters:
params
- the parameter array: it is null or has positive length
accept
public void accept(TemplateVisitor visitor)
- Specified by:
accept
in class Template
instantiate
public void instantiate(XsltContext context,
ResultBuilder resultBuilder)
- Instantiate the template.
- Specified by:
instantiate
in class Template