Uses of Interface
org.apache.commons.jxpath.Functions
-
Packages that use Functions Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. -
-
Uses of Functions in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement Functions Modifier and Type Class Description classClassFunctionsExtension functions provided by a Java class.classFunctionLibraryAn object that aggregatesFunctionsobjects into a group Functions object.classPackageFunctionsExtension functions provided by Java classes.Fields in org.apache.commons.jxpath declared as Functions Modifier and Type Field Description protected FunctionsJXPathContext. functionsfunctionsMethods in org.apache.commons.jxpath that return Functions Modifier and Type Method Description FunctionsJXPathContext. getFunctions()Returns the set of functions installed on the context.Methods in org.apache.commons.jxpath with parameters of type Functions Modifier and Type Method Description voidFunctionLibrary. addFunctions(Functions functions)Add functions to the libraryvoidFunctionLibrary. removeFunctions(Functions functions)Remove functions from the library.voidJXPathContext. setFunctions(Functions functions)Install a library of extension functions.
-