org.exolab.adaptx.xslt

Class Variable

public class Variable extends XSLObject

Represents an xsl:variable

Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $

Author: Keith Visco

Constructor Summary
Variable(String name)
Creates a new Variable
Method Summary
StringgetName()
Returns the name of this Variable
StringtoString()

Constructor Detail

Variable

public Variable(String name)
Creates a new Variable

Parameters: name the name of the Variable

Method Detail

getName

public String getName()
Returns the name of this Variable

Returns: the name of this Variable

toString

public String toString()