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

Method Index

 o appendAction(XSLObject)
Appends the given XSLObject to this XSLObject's list of actions
 o getTemplateName()
Returns the name of the Template that this XSLCallTemplate references
 o setTemplateName(String)
Sets the name of the Template that this XSLCallTemplate references

Methods

 o appendAction
 public boolean appendAction(XSLObject xslObject)
Appends the given XSLObject to this XSLObject's list of actions

Overrides:
appendAction in class XSLObject
 o getTemplateName
 public String getTemplateName()
Returns the name of the Template that this XSLCallTemplate references

Returns:
the name of the Template that this XSLCallTemplate references
 o 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