/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* xf:false() => boolean */ #ifndef _FUNCTIONFALSE_HPP #define _FUNCTIONFALSE_HPP #include #include class PATHAN_EXPORT FunctionFalse : public ConstantFoldingFunction { public: static const XMLCh name[]; FunctionFalse(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); virtual Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONFALSE_HPP