Uses of Interface
org.jaxen.FunctionContext
Packages that use FunctionContext
-
Uses of FunctionContext in org.jaxen
Classes in org.jaxen that implement FunctionContextModifier and TypeClassDescriptionclass
Simple default implementation ofFunctionContext
.class
AFunctionContext
implementing the core XPath function library, plus Jaxen extensions.Fields in org.jaxen declared as FunctionContextModifier and TypeFieldDescriptionprivate FunctionContext
ContextSupport.functionContext
Function context.Methods in org.jaxen that return FunctionContextModifier and TypeMethodDescriptionprotected FunctionContext
BaseXPath.createFunctionContext()
Create a defaultFunctionContext
.BaseXPath.getFunctionContext()
Retrieve theFunctionContext
used by this XPath expression.ContextSupport.getFunctionContext()
Retrieve theFunctionContext
.XPath.getFunctionContext()
Retrieve theFunctionContext
used by this XPath expression.static FunctionContext
XPathFunctionContext.getInstance()
Retrieve the default function contextMethods in org.jaxen with parameters of type FunctionContextModifier and TypeMethodDescriptionvoid
BaseXPath.setFunctionContext
(FunctionContext functionContext) Set aFunctionContext
for use with this XPath expression.void
ContextSupport.setFunctionContext
(FunctionContext functionContext) Set theFunctionContext
.void
XPath.setFunctionContext
(FunctionContext functionContext) Set aFunctionContext
for 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.