This commit is contained in:
King_DuckZ 2020-02-17 22:11:31 +01:00
parent 625a590fae
commit 9b71614762
1556 changed files with 70210 additions and 50502 deletions

View file

@ -8,17 +8,16 @@
*
* See the file LICENSE for redistribution information.
*
* $Id: FunctionIdref.hpp,v 1.9 2006/11/01 16:37:13 jpcs Exp $
* $Id: FunctionIdref.hpp,v 1.10 2007/02/07 12:13:04 jpcs Exp $
*/
#ifndef _FUNCTIONIDREF_HPP
#define _FUNCTIONIDREF_HPP
#include <xqilla/framework/XQillaExport.hpp>
#include <xercesc/dom/DOMNodeFilter.hpp>
#include <xqilla/ast/XQFunction.hpp>
#include <xqilla/runtime/Sequence.hpp>
#include <vector>
/**
@ -50,7 +49,7 @@ public:
*
* This function allows reverse navigation from IDs to IDREFs.
*/
Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const;
Sequence createSequence(DynamicContext* context, int flags=0) const;
};
#endif // _FUNCTIONIDREF_HPP