X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.cpp;fp=SXSIStorageInterface.cpp;h=98d15b7f1668b488904412f58e1bbf9f12a48a43;hb=eebef30070a951d852ce5811b289d8131a5300eb;hp=e5bd7cf873c798d796ec02a6ddd28b5a3f3f27b6;hpb=c10ce35cd399aff15a49f3b24a31b38cb2191da0;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.cpp b/SXSIStorageInterface.cpp index e5bd7cf..98d15b7 100644 --- a/SXSIStorageInterface.cpp +++ b/SXSIStorageInterface.cpp @@ -12,10 +12,10 @@ #include "Utils.h" -SXSIStorageInterface::SXSIStorageInterface() +SXSIStorageInterface::SXSIStorageInterface(int sf,bool iet,bool dtc) { tree = new XMLTree(); - tree->OpenDocument(false,64); + tree->OpenDocument(iet,sf,dtc); } SXSIStorageInterface::~SXSIStorageInterface() @@ -42,7 +42,6 @@ void SXSIStorageInterface::newText(string text) tree->NewText((unsigned char*) text.c_str()); } } - void SXSIStorageInterface::nodeFinished(string name)