/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* seconds-from-dayTimeDuration(dayTimeDuration? $srcval) => decimal? */ #ifndef _FUNCTIONGETSECONDSFROMDAYTIMEDURATION_HPP #define _FUNCTIONGETSECONDSFROMDAYTIMEDURATION_HPP #include #include class PATHAN_EXPORT FunctionSecondsFromDuration : public ConstantFoldingFunction { public: static const XMLCh name[]; FunctionSecondsFromDuration(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONGETSECONDSFROMDAYTIMEDURATION_HPP