Uses of Interface
org.apache.commons.jxpath.Functions
Packages that use Functions
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
-
Uses of Functions in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement FunctionsModifier and TypeClassDescriptionclass
Extension functions provided by a Java class.class
An object that aggregatesFunctions
objects into a group Functions object.class
Extension functions provided by Java classes.Fields in org.apache.commons.jxpath declared as FunctionsMethods in org.apache.commons.jxpath that return FunctionsModifier and TypeMethodDescriptionJXPathContext.getFunctions()
Returns the set of functions installed on the context.Methods in org.apache.commons.jxpath with parameters of type FunctionsModifier and TypeMethodDescriptionvoid
FunctionLibrary.addFunctions
(Functions functions) Add functions to the libraryvoid
FunctionLibrary.removeFunctions
(Functions functions) Removes functions from the library.void
JXPathContext.setFunctions
(Functions functions) Install a library of extension functions.