Uses of Class
org.apache.xalan.templates.ElemVariable

Packages that use ElemVariable
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of ElemVariable in org.apache.xalan.templates
 

Subclasses of ElemVariable in org.apache.xalan.templates
 class ElemParam
          **For advanced use only** Implement xsl:param.
 

Methods in org.apache.xalan.templates that return ElemVariable
 ElemVariable Stylesheet.getVariable(QName qname)
          Get an "xsl:variable" property.
 ElemVariable Stylesheet.getVariable(int i)
          Get an "xsl:variable" property.
 ElemVariable StylesheetComposed.getVariableComposed(QName qname)
          Get an "xsl:variable" property.
 

Methods in org.apache.xalan.templates with parameters of type ElemVariable
 void Stylesheet.setVariable(ElemVariable v)
          Set the "xsl:variable" property.
 

Constructors in org.apache.xalan.templates with parameters of type ElemVariable
ElemVariable.ElemVariable(ElemVariable param)
          **For advanced use only** Copy constructor.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.