X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.h;h=bd6559444e8c464ad34bebef4ed421ff1f316040;hb=70ff0bfc463882ecf233f1b1a7ac4a8007fa4cc2;hp=943a0000c88108e1a01280207a90b80a7f6fdfa2;hpb=f98a8d98d86941a885f492d5cc134e34989c198a;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.h b/SXSIStorageInterface.h index 943a000..bd65594 100644 --- a/SXSIStorageInterface.h +++ b/SXSIStorageInterface.h @@ -11,6 +11,7 @@ #define SXSISTORAGEINTERFACE_H_ #include "XMLTree.h" +#include "XMLTreeBuilder.h" #include "StorageInterface.h" extern "C" { #include @@ -40,6 +41,7 @@ class SXSIStorageInterface: public StorageInterface private: XMLTree* tree; + XMLTreeBuilder* tb; int _new_text; int _new_empty_text; int _new_child;