Class DecimalDivide

    • Constructor Detail

      • DecimalDivide

        public DecimalDivide()
    • Method Detail

      • call

        public ZeroOrOne<BigDecimalValue> 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. Each argument value (which is in general a sequence) is supplied in the form of a sequence.
        Returns:
        the results of the function.
        Throws:
        XPathException - if a dynamic error occurs during evaluation of the function. The Saxon run-time code will add information about the error location.