Class VendorFunctionSetHE.DynamicErrorInfoFn

java.lang.Object
net.sf.saxon.functions.AbstractFunction
net.sf.saxon.functions.SystemFunction
net.sf.saxon.functions.registry.VendorFunctionSetHE.DynamicErrorInfoFn
All Implemented Interfaces:
Callable, Function, GroundedValue, Item, Sequence
Enclosing class:
VendorFunctionSetHE

public static class VendorFunctionSetHE.DynamicErrorInfoFn extends SystemFunction
Implement saxon:dynamic-error-info
  • Constructor Details

    • DynamicErrorInfoFn

      public DynamicErrorInfoFn()
  • Method Details

    • getSpecialProperties

      public int getSpecialProperties(Expression[] arguments)
      Determine the special properties of this function. The general rule is that a system function call is non-creative unless more details are defined in a subclass.
      Overrides:
      getSpecialProperties in class SystemFunction
      Parameters:
      arguments - the actual arguments supplied in a call to the function
    • 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