Uses of Class
org.apache.xpath.VariableStack
Packages that use VariableStack
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
-
Uses of VariableStack in org.apache.xpath
Methods in org.apache.xpath that return VariableStackModifier and TypeMethodDescriptionfinal VariableStack
XPathContext.getVarStack()
Get the variable stack, which is in charge of variables and parameters.Methods in org.apache.xpath with parameters of type VariableStackModifier and TypeMethodDescriptionfinal void
XPathContext.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.jaxpModifier and TypeClassDescriptionclass
OverridesVariableStack
and delegates the call toXPathVariableResolver
.