/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ /* fn:nilled($arg as node) as boolean? */ #ifndef _FUNCTIONNILLED_HPP #define _FUNCTIONNILLED_HPP #include #include class PATHAN_EXPORT FunctionNilled : public DataItemFunction { public: static const XMLCh name[]; FunctionNilled(const VectorOfDataItems &args, XPath2MemoryManager* memMgr); virtual DataItem* staticResolution(StaticContext *context, StaticResolutionContext *src); Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const; }; #endif // _FUNCTIONNILLED_HPP