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