Uses of Class
eu.bandm.tools.tpath.runtime.Function
Packages that use Function
Package
Description
Infrastructure for evaluating tpath expressions.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Function in eu.bandm.tools.tpath.runtime
Fields in eu.bandm.tools.tpath.runtime with type parameters of type FunctionModifier and TypeFieldDescription(package private) final Function
<NamespaceName, Function<N>> ContextSequence.functions
final Function
<NamespaceName, Function<N>> FunctionLibrary.functions
static Function
<Function<?>, FunctionSignature> Function.getType
protected Map
<NamespaceName, Function<N>> FunctionLibrary.map
Methods in eu.bandm.tools.tpath.runtime that return FunctionMethod parameters in eu.bandm.tools.tpath.runtime with type arguments of type FunctionModifier and TypeMethodDescriptionContext.withFunctions
(Function<NamespaceName, Function<N>> functions) ContextSequence.withFunctions
(Function<NamespaceName, Function<N>> functions) -
Uses of Function in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base with type parameters of type FunctionModifier and TypeFieldDescription(package private) final Function
<NamespaceName, Function<N>> Application.builtInFunctions
final Function
<NamespaceName, Function<N>> TemplateRegistry.Finder.noFuns