All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.ParamVariable

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

public class ParamVariable
extends Variable
Represents an xsl:param-variable

Author:
Keith Visco

Constructor Index

 o ParamVariable(XSLStylesheet, String)
Creates a new Variable

Constructors

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

Parameters:
name - the name of the Variable

All Packages  Class Hierarchy  This Package  Previous  Next  Index