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

Packages that use ElemVariable
org.apache.xalan.templates Implements the 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.getVariableOrParam(QName qname)
          Get an "xsl:variable" or "xsl:param" property.
 ElemVariable Stylesheet.getVariable(QName qname)
          Get an "xsl:variable" property.
 ElemVariable Stylesheet.getVariableOrParam(int i)
          Get an "xsl:variable" property.
 ElemVariable StylesheetRoot.getVariableOrParamComposed(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
XUnresolvedVariable.XUnresolvedVariable(ElemVariable obj, Node sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal)
          Create an XUnresolvedVariable, that may be executed at a later time.
ElemVariable.ElemVariable(ElemVariable param)
          Copy constructor.
 



Copyright � 2000 Apache XML Project. All Rights Reserved.