|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.commons.jxpath.Variables
| Uses of Variables in org.apache.commons.jxpath |
| Classes in org.apache.commons.jxpath that implement Variables | |
class |
BasicVariables
A basic implementation of the Variables interface that uses a HashMap. |
| Fields in org.apache.commons.jxpath declared as Variables | |
protected Variables |
JXPathContext.vars
|
| Methods in org.apache.commons.jxpath that return Variables | |
Variables |
JXPathContext.getVariables()
Returns the variable pool associated with the context. |
| Methods in org.apache.commons.jxpath with parameters of type Variables | |
void |
JXPathContext.setVariables(Variables vars)
Installs a custom implementation of the Variables interface. |
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV NEXT | ||||||||