org.exolab.adaptx.xslt

Class XSLCallTemplate

public class XSLCallTemplate extends XSLObject

This class represents an xsl:call-template.

Since: WD-xslt-19990421

Author: Peter Ciuffetti Keith Visco

Constructor Summary
XSLCallTemplate(String name)
Creates a new XSLCallTemplate
Method Summary
StringgetTemplateName()
Returns the name of the Template that this XSLCallTemplate references
voidsetTemplateName(String name)
Sets the name of the Template that this XSLCallTemplate references

Constructor Detail

XSLCallTemplate

public XSLCallTemplate(String name)
Creates a new XSLCallTemplate

Method Detail

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