Uses of Interface
dev.metaschema.core.metapath.function.IFunctionExecutor
Packages that use IFunctionExecutor
Package
Description
Provides the core framework for defining and executing Metapath functions.
Built-in Metapath function implementations based on the XPath 3.1
specification.
-
Uses of IFunctionExecutor in dev.metaschema.core.metapath.function
Methods in dev.metaschema.core.metapath.function with parameters of type IFunctionExecutorModifier and TypeMethodDescriptionIFunction.Builder.functionHandler(IFunctionExecutor handler) Specify the static function to call when executing the function. -
Uses of IFunctionExecutor in dev.metaschema.core.metapath.function.library
Classes in dev.metaschema.core.metapath.function.library that implement IFunctionExecutorModifier and TypeClassDescriptionfinal classCastFunction<ITEM extends IAnyAtomicItem>Implements the XPath 3.1 casting functions.final classProvides a generic implementation of methods defined by XPath 3.1 Functions on numeric values.