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 Details

    • FalseFunctionCall

      public FalseFunctionCall()
      Creates a new FalseFunctionCall
  • Method Details

    • 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