Uses of Interface
org.jaxen.VariableContext
-
Packages that use VariableContext Package Description 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 Modifier and Type Class Description class
SimpleVariableContext
Simple default implementation forVariableContext
.Methods in org.jaxen that return VariableContext Modifier and Type Method Description protected VariableContext
BaseXPath. createVariableContext()
Create a defaultVariableContext
.VariableContext
BaseXPath. getVariableContext()
Retrieve theVariableContext
used by this XPath expression.VariableContext
ContextSupport. getVariableContext()
Retrieve theVariableContext
.VariableContext
XPath. getVariableContext()
Retrieve theVariableContext
used by this XPath expression.Methods in org.jaxen with parameters of type VariableContext Modifier and Type Method Description void
BaseXPath. setVariableContext(VariableContext variableContext)
Set aVariableContext
for use with this XPath expression.void
ContextSupport. setVariableContext(VariableContext variableContext)
Set theVariableContext
.void
XPath. setVariableContext(VariableContext variableContext)
Set aVariableContext
for this XPath expression.Constructors in org.jaxen with parameters of type VariableContext Constructor Description ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator)
Create a new ContextSupport object.
-