|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjd.xml.xslt.template.Template
jd.xml.xslt.template.ApplyTemplates
A template class.
<xsl:apply-templates select = node-set-expression mode = qname> <!-- Content: (xsl:sort | xsl:with-param)* --> </xsl:apply-templates>
| Constructor Summary | |
ApplyTemplates(TemplateRuleList rules,
Expression select,
Sort sort,
Variable[] params)
Create a new ApplyTemplates object. |
|
| Method Summary | |
void |
accept(TemplateVisitor visitor)
|
void |
instantiate(XsltContext context,
ResultBuilder resultBuilder)
Instantiate the template. |
| Methods inherited from class jd.xml.xslt.template.Template |
addChild, addNext, allowTailRecursion, getNext, getParent, instantiate, instantiate, toString, transferRelations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ApplyTemplates(TemplateRuleList rules,
Expression select,
Sort sort,
Variable[] params)
params - the parameter array: it is null or has positive length| Method Detail |
public void accept(TemplateVisitor visitor)
accept in class Template
public void instantiate(XsltContext context,
ResultBuilder resultBuilder)
instantiate in class Template
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||