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 classSimpleVariableContextSimple default implementation forVariableContext.Methods in org.jaxen that return VariableContext Modifier and Type Method Description protected VariableContextBaseXPath. createVariableContext()Create a defaultVariableContext.VariableContextBaseXPath. getVariableContext()Retrieve theVariableContextused by this XPath expression.VariableContextContextSupport. getVariableContext()Retrieve theVariableContext.VariableContextXPath. getVariableContext()Retrieve theVariableContextused by this XPath expression.Methods in org.jaxen with parameters of type VariableContext Modifier and Type Method Description voidBaseXPath. setVariableContext(VariableContext variableContext)Set aVariableContextfor use with this XPath expression.voidContextSupport. setVariableContext(VariableContext variableContext)Set theVariableContext.voidXPath. setVariableContext(VariableContext variableContext)Set aVariableContextfor 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.
-