Class FunctionCall

    • Constructor Detail

      • FunctionCall

        public FunctionCall()
    • Method Detail

      • getFunctionName

        public abstract java.lang.String getFunctionName()
        Returns the name of the function
        Returns:
        the name of the function
      • getParameter

        public abstract XPathExpression getParameter​(int index)
                                              throws java.lang.IndexOutOfBoundsException
        Returns the XPathExpression at the specified position in this list.
        Parameters:
        index - the position of the Expr to return
        Throws:
        java.lang.IndexOutOfBoundsException
      • getParameterCount

        public abstract int getParameterCount()
        Returns the number of expressions in the parameter list
        Returns:
        the number of expressions in the parameter list