All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.Variable

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.Variable

public class Variable
extends XSLObject
Represents an xsl:variable

Author:
Keith Visco

Constructor Index

 o Variable(XSLStylesheet, String)
Creates a new Variable

Method Index

 o getName()
Returns the name of this Variable
 o toString()

Constructors

 o Variable
 public Variable(XSLStylesheet parentStylesheet,
                 String name)
Creates a new Variable

Parameters:
name - the name of the Variable

Methods

 o getName
 public String getName()
Returns the name of this Variable

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index