X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.cpp;h=88ed42f2ef8930d69a43c4125f0ac2bd964c96e2;hb=8b3283c30149065d761e38cf0818c8ede62d48ab;hp=d770d7e044be60816fa42f915fc7c65ff62cc881;hpb=83aa6cf8a120ea6681402ce42ae56631fca1ddf4;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.cpp b/SXSIStorageInterface.cpp index d770d7e..88ed42f 100644 --- a/SXSIStorageInterface.cpp +++ b/SXSIStorageInterface.cpp @@ -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";