Class FalseFunctionCall

  • All Implemented Interfaces:
    Parameters, XPathExpression

    public class FalseFunctionCall
    extends FunctionCallImpl
    A class that represents the XPath 1.0 false() function call
    Version:
    $Revision: 3736 $ $Date: 2003-05-13 09:57:04 +0200 (Tue, 13 May 2003) $
    Author:
    Keith Visco
    • Constructor Detail

      • FalseFunctionCall

        public FalseFunctionCall()
        Creates a new FalseFunctionCall
    • Method Detail

      • evaluate

        public XPathResult evaluate​(XPathContext context)
                             throws XPathException
        Evaluates this Expr using the given context Node and ExprContext
        Parameters:
        context - the current context Node
        exprContext - the ExprContext which has additional information sometimes needed for evaluating XPath expressions environment
        Returns:
        the ExprResult
        Throws:
        InvalidExprException - when an invalid expression is encountered during evaluation
        XPathException - if an error occured while evaluating this expression.