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 |
Modifier and Type | Method | Description |
---|---|---|
VariableStack |
XPathContext.getVarStack() |
Get the variable stack, which is in charge of variables and
parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XPathContext.setVarStack(VariableStack varStack) |
Get the variable stack, which is in charge of variables and
parameters.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JAXPVariableStack |
Overrides
VariableStack and delegates the call to
XPathVariableResolver . |
Copyright © 2014 Apache XML Project. All Rights Reserved.