Uses of Interface
com.werken.xpath.VariableContext
-
Packages that use VariableContext Package Description 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 Modifier and Type Class Description class
DefaultVariableContext
AVariableContext
implementation based upon a java.util.HashMap for simple name-value mappings.Methods in com.werken.xpath with parameters of type VariableContext Modifier and Type Method Description void
ContextSupport. setVariableContext(VariableContext variableContext)
Set the VariableContext implementationConstructors in com.werken.xpath with parameters of type VariableContext Constructor Description ContextSupport(NamespaceContext nsContext, FunctionContext functionContext, VariableContext variableContext)
Construct a semantically initialized ContextSupport
-