#include "cmdline.h"
#include "streammanager.h"
#include "inputstream.h"
#include "outputstream.h"
#include "fileinputstream.h"
#include "fileoutputstream.h"
#include "nullinputstream.h"
#include "nulloutputstream.h"
#include "socketinputstream.h"
#include "socketoutputstream.h"
#include "stdininputstream.h"
#include "stdoutoutputstream.h"
#include "exception.h"
#include "iostreamexception.h"
#include "parseexception.h"
#include "runtimeexception.h"
#include "invalidcastexception.h"
#include "pathenvironment.h"
#include "buffer.h"
#include "streampreprocessor.h"
#include "fsamap.h"
#include "docexpression.h"
#include "sequenceexpression.h"
#include "forexpression.h"
#include "varstepexpression.h"
#include "passiveprojectiontree.h"
Go to the source code of this file.
Classes | |
class | Executor |
Represents the main control instance. More... |
Header file specifying constructors, destructor and functions for executor.cpp.
Possible extension: DTD support
Possible extension: xquery function fn:distinct-values()
Possible extension: attributes (in query and in xml)
Definition in file executor.h.