Further optimisations, changed the prototype of Tree.mli
[SXSI/xpathcomp.git] / SXSIStorageInterface.h
index 943a000..bd65594 100644 (file)
@@ -11,6 +11,7 @@
 #define SXSISTORAGEINTERFACE_H_
 
 #include "XMLTree.h"
+#include "XMLTreeBuilder.h"
 #include "StorageInterface.h"
 extern "C" {
 #include <caml/mlvalues.h>
@@ -40,6 +41,7 @@ class SXSIStorageInterface: public StorageInterface
  private:
 
        XMLTree* tree;
+       XMLTreeBuilder* tb;
        int _new_text;
        int _new_empty_text;
        int _new_child;