Package org.exolab.adaptx.xslt
Class XSLCallTemplate
java.lang.Object
org.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.XSLCallTemplate
This class represents an xsl:call-template.
- Since:
- WD-xslt-19990421
- Author:
- Peter Ciuffetti, Keith Visco
-
Field Summary
Fields inherited from class org.exolab.adaptx.xslt.XSLObject
APPLY_IMPORTS, APPLY_TEMPLATES, ARG, ATTRIBUTE, ATTRIBUTE_SET, CALL_TEMPLATE, CDATA, CHOOSE, COMMENT, CONTENTS, COPY, COPY_OF, ELEMENT, ENTITY_REF, FOR_EACH, FUNCTIONS, ID, IF, IMPORT, INCLUDE, KEY, LITERAL, LOCALE, MESSAGE, NUMBER, OTHERWISE, OUTPUT, PARAM, PI, PRESERVE_SPACE, SCRIPT, SORT, STRIP_SPACE, STYLESHEET, TEMPLATE, TEXT, VALUE_OF, VARIABLE, WHEN, WITH_PARAM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the Template that this XSLCallTemplate referencesvoid
setTemplateName
(String name) Sets the name of the Template that this XSLCallTemplate referencesMethods inherited from class org.exolab.adaptx.xslt.XSLObject
addNamespaceDecl, appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setNamespace, setTypeName
-
Constructor Details
-
XSLCallTemplate
Creates a new XSLCallTemplate
-
-
Method Details
-
getTemplateName
Returns the name of the Template that this XSLCallTemplate references- Returns:
- the name of the Template that this XSLCallTemplate references
-
setTemplateName
Sets the name of the Template that this XSLCallTemplate references- Parameters:
name
- the name Template that this XSLCallTemplate references
-