Uses of Class
org.apache.xalan.templates.ElemVariable
Packages that use ElemVariable
Package
Description
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.Support for XPath operations, such as +, -, string(), etc.
-
Uses of ElemVariable in org.apache.xalan.templates
Subclasses of ElemVariable in org.apache.xalan.templatesModifier and TypeClassDescriptionclass
Handles the EXSLT result element within an EXSLT function element.class
Implement xsl:param.class
Methods in org.apache.xalan.templates that return ElemVariableModifier and TypeMethodDescriptionStylesheet.getVariable
(QName qname) Get an "xsl:variable" property.Stylesheet.getVariableOrParam
(int i) Get an "xsl:variable" property.Stylesheet.getVariableOrParam
(QName qname) Get an "xsl:variable" or "xsl:param" property.StylesheetRoot.getVariableOrParamComposed
(QName qname) Get an "xsl:variable" property.Methods in org.apache.xalan.templates with parameters of type ElemVariableModifier and TypeMethodDescriptionvoid
Stylesheet.setVariable
(ElemVariable v) Set the "xsl:variable" property.boolean
XSLTVisitor.visitVariableOrParamDecl
(ElemVariable elem) Visit an XSLT variable or parameter declaration.Constructors in org.apache.xalan.templates with parameters of type ElemVariableModifierConstructorDescriptionElemVariable
(ElemVariable param) Copy constructor.XUnresolvedVariable
(ElemVariable obj, int sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal) Create an XUnresolvedVariable, that may be executed at a later time. -
Uses of ElemVariable in org.apache.xpath.operations
Methods in org.apache.xpath.operations that return ElemVariableModifier and TypeMethodDescriptionVariable.getElemVariable()
Get the XSLT ElemVariable that this sub-expression references.