Class FunctionAnnotations

  • All Implemented Interfaces:
    Callable, Function, GroundedValue, Item, Sequence

    public class FunctionAnnotations
    extends SystemFunction
    Implementation of the saxon:function-annotations() extension function. Introduced in 9.8. Returns information about the function annotations on a function value.
    • Constructor Detail

      • FunctionAnnotations

        public FunctionAnnotations()
    • Method Detail

      • call

        public Sequence call​(XPathContext context,
                             Sequence[] arguments)
                      throws XPathException
        Description copied from interface: Function
        Invoke the function
        Parameters:
        context - the XPath dynamic evaluation context
        arguments - the actual arguments to be supplied
        Returns:
        the result of invoking the function
        Throws:
        XPathException - if a dynamic error occurs within the function