|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext | |
org.jaxen | This package defines the core Jaxen API to the XPath engine. |
Uses of VariableContext in org.jaxen |
Classes in org.jaxen that implement VariableContext | |
class |
SimpleVariableContext
Simple default implementation for VariableContext . |
Methods in org.jaxen that return VariableContext | |
VariableContext |
XPath.getVariableContext()
Retrieve the VariableContext used by this XPath
expression. |
VariableContext |
ContextSupport.getVariableContext()
|
VariableContext |
BaseXPath.getVariableContext()
Retrieve the VariableContext used by this XPath
expression. |
protected VariableContext |
BaseXPath.createVariableContext()
Create a default VariableContext . |
Methods in org.jaxen with parameters of type VariableContext | |
void |
XPath.setVariableContext(VariableContext variableContext)
Set a VariableContext for use with this XPath
expression. |
void |
ContextSupport.setVariableContext(VariableContext variableContext)
|
void |
BaseXPath.setVariableContext(VariableContext variableContext)
Set a VariableContext for use with this XPath
expression. |
Constructors in org.jaxen with parameters of type VariableContext | |
ContextSupport(NamespaceContext namespaceContext,
FunctionContext functionContext,
VariableContext variableContext,
Navigator navigator)
Construct. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |