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.functionsfinal Function<NamespaceName, Function<N>> FunctionLibrary.functionsstatic Function<Function<?>, FunctionSignature> Function.getTypeprotected Map<NamespaceName, Function<N>> FunctionLibrary.mapMethods 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.builtInFunctionsfinal Function<NamespaceName, Function<N>> TemplateRegistry.Finder.noFuns