All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.Param

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

public class Param
extends Variable
Represents an xsl:param

Author:
Keith Visco

Constructor Index

 o Param(XSLStylesheet, String)
Creates a new Variable

Constructors

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

Parameters:
name - the name of the Variable

All Packages  Class Hierarchy  This Package  Previous  Next  Index