All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.XSLCallTemplate
com.kvisco.xsl.XSLObject
|
+----com.kvisco.xsl.XSLCallTemplate
- public class XSLCallTemplate
- extends XSLObject
This class represents an xsl:call-template.
- Author:
- Peter Ciuffetti
-
appendAction(XSLObject)
- Appends the given XSLObject to this XSLObject's list of
actions
-
getTemplateName()
- Returns the name of the Template that this XSLCallTemplate references
-
setTemplateName(String)
- Sets the name of the Template that this XSLCallTemplate references
appendAction
public boolean appendAction(XSLObject xslObject)
- Appends the given XSLObject to this XSLObject's list of
actions
- Overrides:
- appendAction in class XSLObject
getTemplateName
public String getTemplateName()
- Returns the name of the Template that this XSLCallTemplate references
- Returns:
- 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
- Parameters:
- name - the name Template that this XSLCallTemplate references
All Packages Class Hierarchy This Package Previous Next Index