|
|||||||||||
| 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.CallTemplate
The call-template instruction.
<xsl:call-template name = qname>
<!-- Content: xsl:with-param* -->
</xsl:call-template>
| Constructor Summary | |
CallTemplate(String templateName,
Variable[] params,
boolean isRecursive)
Create a CallTemplate object. |
|
| Method Summary | |
void |
accept(TemplateVisitor visitor)
|
String |
getTemplateName()
Return the template name. |
void |
instantiate(XsltContext context,
ResultBuilder resultBuilder)
Instantiate the called template. |
void |
setTemplateRule(TemplateRule rule)
Set the template rule. |
| 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 CallTemplate(String templateName,
Variable[] params,
boolean isRecursive)
isRecursive - is the call recursive?| Method Detail |
public void accept(TemplateVisitor visitor)
accept in class Templatepublic String getTemplateName()
public void setTemplateRule(TemplateRule rule)
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 | ||||||||||