Class Variable

java.lang.Object
org.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.Variable
Direct Known Subclasses:
Param, ParamVariable

public class Variable extends XSLObject
Represents an xsl:variable
Version:
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
Author:
Keith Visco
  • Constructor Details

    • Variable

      public Variable(String name)
      Creates a new Variable
      Parameters:
      name - the name of the Variable
  • Method Details

    • getName

      public String getName()
      Returns the name of this Variable
      Returns:
      the name of this Variable
    • toString

      public String toString()
      Overrides:
      toString in class Object