/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* xf:reverse */ #ifndef _FUNCTIONREVERSE_HPP #define _FUNCTIONREVERSE_HPP #include #include class PATHAN_EXPORT FunctionReverse : public ConstantFoldingFunction { public: static const XMLCh name[]; ///Constructor. Sets arg def to NOT_OPTIONAL. FunctionReverse(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONREVERSE_HPP