org.exolab.adaptx.xslt
Class Param

java.lang.Object
  |
  +--org.exolab.adaptx.xslt.XSLObject
        |
        +--org.exolab.adaptx.xslt.Variable
              |
              +--org.exolab.adaptx.xslt.Param

public class Param
extends Variable

Represents an xsl:param

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/01 07:39:47 $
Author:
Keith Visco

Field Summary
 
Fields inherited from class org.exolab.adaptx.xslt.XSLObject
APPLY_IMPORTS, APPLY_TEMPLATES, ARG, ATTRIBUTE, ATTRIBUTE_SET, CALL_TEMPLATE, CDATA, CHOOSE, COMMENT, CONTENTS, COPY, COPY_OF, ELEMENT, ENTITY_REF, FOR_EACH, FUNCTIONS, ID, IF, IMPORT, INCLUDE, KEY, LITERAL, LOCALE, MESSAGE, NUMBER, OTHERWISE, OUTPUT, PARAM, PI, PRESERVE_SPACE, SCRIPT, SORT, STRIP_SPACE, STYLESHEET, TEMPLATE, TEXT, VALUE_OF, VARIABLE, WHEN, WITH_PARAM
 
Constructor Summary
Param(java.lang.String name)
          Creates a new Variable
 
Methods inherited from class org.exolab.adaptx.xslt.Variable
getName, toString
 
Methods inherited from class org.exolab.adaptx.xslt.XSLObject
appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setTypeName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Param

public Param(java.lang.String name)
Creates a new Variable

Parameters:
name - the name of the Variable