|
|||||||||||
| 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.ForEach
A template class.
<!-- Category: instruction -->
<xsl:for-each
select = node-set-expression>
<!-- Content: (xsl:sort*, template) -->
</xsl:for-each>
| Constructor Summary | |
ForEach(Expression select,
Sort sort,
Template template)
Create a ForEach object. |
|
| Method Summary | |
void |
accept(TemplateVisitor visitor)
|
boolean |
allowTailRecursion()
Return false. |
void |
instantiate(XsltContext context,
ResultBuilder resultBuilder)
Instantiate the template. |
| Methods inherited from class jd.xml.xslt.template.Template |
addChild, addNext, 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 ForEach(Expression select,
Sort sort,
Template template)
| Method Detail |
public boolean allowTailRecursion()
allowTailRecursion in class Templatepublic 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 | ||||||||||