/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* String function */ #ifndef _FUNCTIONEXPANDEDQNAME_HPP #define _FUNCTIONEXPANDEDQNAME_HPP #include #include /** QName constructor function. */ class PATHAN_EXPORT FunctionExpandedQName : public ConstantFoldingFunction { public: static const XMLCh name[]; FunctionExpandedQName(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); /** Given a uri and a name, it returns an expanded QName **/ Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONEXPANDEDQNAME_HPP