|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElemCallTemplate | |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of ElemCallTemplate in org.apache.xalan.templates |
Subclasses of ElemCallTemplate in org.apache.xalan.templates | |
class |
ElemApplyTemplates
**For advanced use only** Implement xsl:apply-templates. |
Uses of ElemCallTemplate in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer with parameters of type ElemCallTemplate | |
void |
TransformerImpl.pushParams(XPathContext xctxt,
ElemCallTemplate xslCallTemplateElement,
Node sourceNode,
QName mode)
Given a template, search for the arguments and push them on the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |