Uses of Interface
org.jaxen.VariableContext
Packages that use VariableContext
-
Uses of VariableContext in org.jaxen
Classes in org.jaxen that implement VariableContextModifier and TypeClassDescriptionclassSimple default implementation forVariableContext.Methods in org.jaxen that return VariableContextModifier and TypeMethodDescriptionprotected VariableContextBaseXPath.createVariableContext()Create a defaultVariableContext.BaseXPath.getVariableContext()Retrieve theVariableContextused by this XPath expression.ContextSupport.getVariableContext()Retrieve theVariableContext.XPath.getVariableContext()Retrieve theVariableContextused by this XPath expression.Methods in org.jaxen with parameters of type VariableContextModifier and TypeMethodDescriptionvoidBaseXPath.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 VariableContextModifierConstructorDescriptionContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator) Create a new ContextSupport object.