jd.xml.xslt.template
Class ApplyTemplatesToChildren
java.lang.Object
jd.xml.xslt.template.Template
jd.xml.xslt.template.ApplyTemplatesToChildren
- public class ApplyTemplatesToChildren
- extends Template
A specific implementation for apply-templates instructions
with no select and sort expression.
ApplyTemplatesToChildren
public ApplyTemplatesToChildren(TemplateRuleList rules,
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