Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri.model |
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
|
org.apache.commons.jxpath.servlet |
Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicVariables
A basic implementation of the Variables interface that uses a HashMap.
|
Modifier and Type | Field and Description |
---|---|
protected Variables |
JXPathContext.vars
variables
|
Modifier and Type | Method and Description |
---|---|
Variables |
JXPathContext.getVariables()
Returns the variable pool associated with the context.
|
Modifier and Type | Method and Description |
---|---|
void |
JXPathContext.setVariables(Variables vars)
Installs a custom implementation of the Variables interface.
|
Constructor and Description |
---|
VariablePointer(Variables variables,
QName name)
Create a new VariablePointer.
|
Modifier and Type | Class and Description |
---|---|
class |
KeywordVariables
Implementation of the Variables interface that provides access
to a single object using a reserved name (keyword).
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.