Uses of Interface
org.jaxen.FunctionContext
Packages that use FunctionContext
-
Uses of FunctionContext in org.jaxen
Classes in org.jaxen that implement FunctionContextModifier and TypeClassDescriptionclassSimple default implementation ofFunctionContext.classAFunctionContextimplementing the core XPath function library, plus Jaxen extensions.Fields in org.jaxen declared as FunctionContextModifier and TypeFieldDescriptionprivate FunctionContextContextSupport.functionContextFunction context.Methods in org.jaxen that return FunctionContextModifier and TypeMethodDescriptionprotected FunctionContextBaseXPath.createFunctionContext()Create a defaultFunctionContext.BaseXPath.getFunctionContext()Retrieve theFunctionContextused by this XPath expression.ContextSupport.getFunctionContext()Retrieve theFunctionContext.XPath.getFunctionContext()Retrieve theFunctionContextused by this XPath expression.static FunctionContextXPathFunctionContext.getInstance()Retrieve the default function contextMethods in org.jaxen with parameters of type FunctionContextModifier and TypeMethodDescriptionvoidBaseXPath.setFunctionContext(FunctionContext functionContext) Set aFunctionContextfor use with this XPath expression.voidContextSupport.setFunctionContext(FunctionContext functionContext) Set theFunctionContext.voidXPath.setFunctionContext(FunctionContext functionContext) Set aFunctionContextfor this XPath expression.Constructors in org.jaxen with parameters of type FunctionContextModifierConstructorDescriptionContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator) Create a new ContextSupport object.