Package org.jaxen

Interface Function

    • Method Detail

      • call

        java.lang.Object call​(Context context,
                              java.util.List args)
                       throws FunctionCallException
        Evaluate this function.
        Parameters:
        context - the context at the point in the expression when the function is called
        args - arguments provided to the function
        Returns:
        the result of evaluating the function; a List (node-set), Double, Boolean, or String
        Throws:
        FunctionCallException - if an XPath error occurs during evaluation; for instance, if the number or type of the arguments is incorrect