Class XSLCallTemplate

java.lang.Object
org.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.XSLCallTemplate

public class XSLCallTemplate extends XSLObject
This class represents an xsl:call-template.
Since:
WD-xslt-19990421
Author:
Peter Ciuffetti, Keith Visco
  • Constructor Details

    • XSLCallTemplate

      public XSLCallTemplate(String name)
      Creates a new XSLCallTemplate
  • Method Details

    • 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