org.exolab.adaptx.xslt
Class XSLCallTemplate
public class XSLCallTemplate
This class represents an xsl:call-template.
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 |
String | getTemplateName() - Returns the name of the Template that this XSLCallTemplate references
|
void | setTemplateName(String name) - Sets the name of the Template that this XSLCallTemplate references
|
appendAction , appendText , appendText , getActions , getAttribute , getAttributes , getNearestAncestor , getNodeValue , getStylesheet , getText , getType , getTypeFromName , getTypeName , resolveNamespace , setAllowActions , setAttribute , setTypeName |
XSLCallTemplate
public XSLCallTemplate(String name)
Creates a new XSLCallTemplate
getTemplateName
public String getTemplateName()
Returns the name of the Template that this XSLCallTemplate references
- the name of the Template that this XSLCallTemplate references
setTemplateName
public void setTemplateName(String name)
Sets the name of the Template that this XSLCallTemplate references
name
- the name Template that this XSLCallTemplate references