Uses of Interface
org.jaxen.FunctionContext
-
Packages that use FunctionContext Package Description org.jaxen This package defines the core Jaxen API to the XPath engine. -
-
Uses of FunctionContext in org.jaxen
Classes in org.jaxen that implement FunctionContext Modifier and Type Class Description class
SimpleFunctionContext
Simple default implementation ofFunctionContext
.class
XPathFunctionContext
AFunctionContext
implementing the core XPath function library, plus Jaxen extensions.Methods in org.jaxen that return FunctionContext Modifier and Type Method Description protected FunctionContext
BaseXPath. createFunctionContext()
Create a defaultFunctionContext
.FunctionContext
BaseXPath. getFunctionContext()
Retrieve theFunctionContext
used by this XPath expression.FunctionContext
ContextSupport. getFunctionContext()
Retrieve theFunctionContext
.FunctionContext
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 FunctionContext Modifier and Type Method Description void
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 FunctionContext Constructor Description ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator)
Create a new ContextSupport object.
-