|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext | |
com.werken.xpath | Provides the core tools needed to use XPath |
Uses of VariableContext in com.werken.xpath |
Classes in com.werken.xpath that implement VariableContext | |
class |
DefaultVariableContext
A VariableContext
implementation based upon a java.util.HashMap for simple
name-value mappings. |
Methods in com.werken.xpath with parameters of type VariableContext | |
void |
ContextSupport.setVariableContext(VariableContext variableContext)
Set the VariableContext implementation |
Constructors in com.werken.xpath with parameters of type VariableContext | |
ContextSupport(NamespaceContext nsContext,
FunctionContext functionContext,
VariableContext variableContext)
Construct a semantically initialized ContextSupport |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |