org.exolab.adaptx.xpath.functions

Class FalseFunctionCall

public class FalseFunctionCall extends FunctionCallImpl

A class that represents the XPath 1.0 false() function call

Version: $Revision: 3736 $ $Date: 2003-05-13 03:57:04 -0400 (Tue, 13 May 2003) $

Author: Keith Visco

Constructor Summary
FalseFunctionCall()
Creates a new FalseFunctionCall
Method Summary
XPathResultevaluate(XPathContext context)
Evaluates this Expr using the given context Node and ExprContext

Constructor Detail

FalseFunctionCall

public FalseFunctionCall()
Creates a new FalseFunctionCall

Method Detail

evaluate

public XPathResult evaluate(XPathContext context)
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