.
[SXSI/xpathcomp.git] / SXSIStorageInterface.h
index 8f09a48..a627d3e 100644 (file)
@@ -26,9 +26,18 @@ class SXSIStorageInterface: public StorageInterface
        virtual void nodeFinished(string name);
        virtual void parsingFinished();
        virtual void* returnDocument();
+       virtual void printStats();
        
  private:
        XMLTree* tree;
+       int _new_text;
+       int _new_empty_text;
+       int _new_child;
+       int _length_text;
+       int _heap_base;
+       int _heap_parsing;
+       int _heap_done;
+       
 };
 
 #endif /*SXSISTORAGEINTERFACE_H_*/