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
-
Variable(XSLStylesheet, String)
- Creates a new Variable
-
getName()
- Returns the name of this Variable
-
toString()
-
Variable
public Variable(XSLStylesheet parentStylesheet,
String name)
- Creates a new Variable
- Parameters:
- name - the name of the Variable
getName
public String getName()
- Returns the name of this Variable
- Returns:
- the name of this Variable
toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index