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

View file

@ -8,11 +8,11 @@
*
* See the file LICENSE for redistribution information.
*
* $Id: XQElementConstructor.hpp,v 1.1 2006/11/03 17:04:19 jpcs Exp $
* $Id: XQElementConstructor.hpp,v 1.3 2007/07/10 16:28:57 jpcs Exp $
*/
#if !defined(AFXQ_XQELEMENTCONSTRUCTOR_H__56E97972_3896_49D3_B055_36CC3E9E550A__INCLUDED_)
#define AFXQ_XQELEMENTCONSTRUCTOR_H__56E97972_3896_49D3_B055_36CC3E9E550A__INCLUDED_
#ifndef XQELEMENTCONSTRUCTOR_HPP
#define XQELEMENTCONSTRUCTOR_HPP
#include <xqilla/ast/XQDOMConstructor.hpp>
@ -23,7 +23,8 @@ class XQILLA_API XQElementConstructor : public XQDOMConstructor
public:
XQElementConstructor(ASTNode* name, VectorOfASTNodes* attrList, VectorOfASTNodes* children, XPath2MemoryManager *mm);
virtual Sequence collapseTreeInternal(DynamicContext* context, int flags=0) const;
virtual void generateEvents(EventHandler *events, DynamicContext *context,
bool preserveNS, bool preserveType) const;
virtual ASTNode* staticResolution(StaticContext *context);
virtual ASTNode *staticTyping(StaticContext *context);