bottom up run works for text nodes
[SXSI/xpathcomp.git] / SXSIStorageInterface.cpp
index d770d7e..88ed42f 100644 (file)
@@ -11,7 +11,6 @@
 #include "SXSIStorageInterface.h"
 #include "Utils.h"
 
-
 SXSIStorageInterface::SXSIStorageInterface(int sf,bool iet,bool dtc)
 {
   tree = new XMLTree();
@@ -64,6 +63,7 @@ void *SXSIStorageInterface::returnDocument(){
   return ((void *) tree);
   
 }
+
 void SXSIStorageInterface::printStats(){
   std::cerr << "Parsing stats :  \n";
   std::cerr << _new_child << " calls to newOpenTag/newClosingTag\n";