| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.jaxp |
| Modifier and Type | Method and Description |
|---|---|
VariableStack |
XPathContext.getVarStack()
Get the variable stack, which is in charge of variables and
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPathContext.setVarStack(VariableStack varStack)
Get the variable stack, which is in charge of variables and
parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAXPVariableStack
Overrides
VariableStack and delegates the call to
XPathVariableResolver. |
Copyright © 2018–2021 mhoffrogge. All rights reserved.