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