Uses of Class
org.apache.xpath.VariableStack
| Package | Description |
|---|---|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.jaxp |
-
Uses of VariableStack in org.apache.xpath
Methods in org.apache.xpath that return VariableStack Modifier and Type Method Description VariableStackXPathContext. getVarStack()Get the variable stack, which is in charge of variables and parameters.Methods in org.apache.xpath with parameters of type VariableStack Modifier and Type Method Description voidXPathContext. setVarStack(VariableStack varStack)Get the variable stack, which is in charge of variables and parameters. -
Uses of VariableStack in org.apache.xpath.jaxp
Subclasses of VariableStack in org.apache.xpath.jaxp Modifier and Type Class Description classJAXPVariableStackOverridesVariableStackand delegates the call toXPathVariableResolver.