X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.h;h=bd6559444e8c464ad34bebef4ed421ff1f316040;hb=70ff0bfc463882ecf233f1b1a7ac4a8007fa4cc2;hp=807fc79686a4c740ce51791c446f8fe7bd03212f;hpb=eebef30070a951d852ce5811b289d8131a5300eb;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.h b/SXSIStorageInterface.h index 807fc79..bd65594 100644 --- a/SXSIStorageInterface.h +++ b/SXSIStorageInterface.h @@ -11,8 +11,18 @@ #define SXSISTORAGEINTERFACE_H_ #include "XMLTree.h" +#include "XMLTreeBuilder.h" #include "StorageInterface.h" +extern "C" { +#include +#include +#include +#include +#include +#include + +} //extern C using namespace std; @@ -29,7 +39,9 @@ class SXSIStorageInterface: public StorageInterface virtual void printStats(); private: + XMLTree* tree; + XMLTreeBuilder* tb; int _new_text; int _new_empty_text; int _new_child;