Replaced OCamlBackend
[SXSI/xpathcomp.git] / XMLDocShredder.h
index 19ed10f..66a96b5 100644 (file)
@@ -45,8 +45,6 @@ public:
        virtual void processUnknownNodeType();
        virtual void processCDATASection();
        virtual void parse();
-       virtual int tagID(string);
-       virtual string idTag(int);
        
        StorageInterface *storageIfc_;
 
@@ -54,8 +52,7 @@ public:
 private:
        TextReader *reader_;
        void setProperties();
-       unordered_map<int,string> idTags_;
-       unordered_map<string,int> tagsID_;
+       bool last_text;
 };
 
 #endif /*XMLDOCSHREDDER_H_*/