/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* LowerCase function */ #ifndef _FUNCTIONLOWERCASE_HPP #define _FUNCTIONLOWERCASE_HPP #include #include class PATHAN_EXPORT FunctionLowerCase : public ConstantFoldingFunction { public: static const XMLCh name[]; FunctionLowerCase(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONLOWERCASE_HPP