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 classSimpleFunctionContextSimple default implementation ofFunctionContext.classXPathFunctionContextAFunctionContextimplementing the core XPath function library, plus Jaxen extensions.Methods in org.jaxen that return FunctionContext Modifier and Type Method Description protected FunctionContextBaseXPath. createFunctionContext()Create a defaultFunctionContext.FunctionContextBaseXPath. getFunctionContext()Retrieve theFunctionContextused by this XPath expression.FunctionContextContextSupport. getFunctionContext()Retrieve theFunctionContext.FunctionContextXPath. getFunctionContext()Retrieve theFunctionContextused by this XPath expression.static FunctionContextXPathFunctionContext. getInstance()Retrieve the default function contextMethods in org.jaxen with parameters of type FunctionContext Modifier and Type Method Description voidBaseXPath. 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 FunctionContext Constructor Description ContextSupport(NamespaceContext namespaceContext, FunctionContext functionContext, VariableContext variableContext, Navigator navigator)Create a new ContextSupport object.
-