Class FunctionCallImpl

    • Field Detail

      • INVALID_NUMBER_PARAMS

        public static final java.lang.String INVALID_NUMBER_PARAMS
        See Also:
        Constant Field Values
    • Constructor Detail

      • FunctionCallImpl

        public FunctionCallImpl​(java.lang.String name)
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()
        Returns the name of this function call
        Specified by:
        getFunctionName in class FunctionCall
        Returns:
        the name of this function call
      • toString

        public java.lang.String toString()
        Returns the String representation of this FunctionCall
        Specified by:
        toString in interface XPathExpression
        Overrides:
        toString in class java.lang.Object
        Returns:
        the String representation of this FunctionCall
      • getParameter

        public final XPathExpression getParameter​(int index)
                                           throws java.lang.IndexOutOfBoundsException
        Returns the Expr at the specified position in this list.
        Specified by:
        getParameter in interface Parameters
        Specified by:
        getParameter in class FunctionCall
        Parameters:
        index - the position of the Expr to return
        Throws:
        java.lang.IndexOutOfBoundsException