Class XQueryFn

All Implemented Interfaces:
Callable, FunctionItem, GroundedValue, Item, Sequence

public class XQueryFn extends SystemFunction
This class implements the saxon:xquery() extension function
  • Field Details Link icon

  • Constructor Details Link icon

    • XQueryFn Link icon

      public XQueryFn()
  • Method Details Link icon

    • call Link icon

      public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
      Evaluate this function call at run-time
      Parameters:
      context - The XPath dynamic evaluation context
      arguments - The values of the arguments to the function call.
      Returns:
      the results of the function.
      Throws:
      XPathException - if a dynamic error occurs during evaluation of the function.