| Frames | No Frames |
Methods with return type org.apache.xalan.templates.ElemVariable | |
| ElemVariable | Get the XSLT ElemVariable that this sub-expression references. |
Classes derived from org.apache.xalan.templates.ElemVariable | |
| class | Handles the EXSLT result element within an EXSLT function element.
|
| class | Implement xsl:param.
|
| class | |
Constructors with parameter type org.apache.xalan.templates.ElemVariable | |
Copy constructor.
| |
XUnresolvedVariable.XUnresolvedVariable(ElemVariable obj, int sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal) Create an XUnresolvedVariable, that may be executed at a later time.
| |
Methods with parameter type org.apache.xalan.templates.ElemVariable | |
| void | Set the "xsl:variable" property.
|
| boolean | Visit an XSLT variable or parameter declaration.
|
Methods with return type org.apache.xalan.templates.ElemVariable | |
| ElemVariable | Get an "xsl:variable" property.
|
| ElemVariable | Stylesheet.getVariableOrParam(int i) Get an "xsl:variable" property.
|
| ElemVariable | Get an "xsl:variable" or "xsl:param" property.
|
| ElemVariable | Get an "xsl:variable" property.
|