/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* current-date function */ #ifndef _FUNCTIONCURRENTDATE_HPP #define _FUNCTIONCURRENTDATE_HPP #include #include /** Current-date function*/ class PATHAN_EXPORT FunctionCurrentDate : public DataItemFunction { public: static const XMLCh name[]; FunctionCurrentDate(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); virtual DataItem* staticResolution(StaticContext *context, StaticResolutionContext *src); Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONCURRENTDATE_HPP