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