Package | Description |
---|---|
org.apache.taglibs.standard.tag.common.xml | |
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 | Class and Description |
---|---|
class |
JSTLVariableStack |
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 © 2017 JBoss by Red Hat. All rights reserved.