Uses of Interface
org.apache.commons.jxpath.Function
Packages that use Function
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Implementations of Java class-based extension functions.
Reference implementation of JXPath.
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
-
Uses of Function in org.apache.commons.jxpath
Methods in org.apache.commons.jxpath that return FunctionModifier and TypeMethodDescriptionClassFunctions.getFunction
(String namespace, String name, Object[] parameters) Returns aFunction
, if any, for the specified namespace, name and parameter types.FunctionLibrary.getFunction
(String namespace, String name, Object[] parameters) Returns a Function, if any, for the specified namespace, name and parameter types.Functions.getFunction
(String namespace, String name, Object[] parameters) Returns a Function, if any, for the specified namespace, name and parameter types.PackageFunctions.getFunction
(String namespace, String name, Object[] parameters) Returns aFunction
, if found, for the specified namespace, name and parameter types. -
Uses of Function in org.apache.commons.jxpath.functions
Classes in org.apache.commons.jxpath.functions that implement FunctionModifier and TypeClassDescriptionclass
An extension function that creates an instance using a constructor.class
An XPath extension function implemented as an individual Java method. -
Uses of Function in org.apache.commons.jxpath.ri
Methods in org.apache.commons.jxpath.ri that return FunctionModifier and TypeMethodDescriptionJXPathContextReferenceImpl.getFunction
(QName functionName, Object[] parameters) Get the named Function. -
Uses of Function in org.apache.commons.jxpath.ri.axes
Methods in org.apache.commons.jxpath.ri.axes that return FunctionModifier and TypeMethodDescriptionRootContext.getFunction
(QName functionName, Object[] parameters) Get the specified function from the context.