.
[SXSI/xpathcomp.git] / XMLDocShredder.h
index 66a96b5..00f50d6 100644 (file)
@@ -53,6 +53,9 @@ private:
        TextReader *reader_;
        void setProperties();
        bool last_text;
+       string buffer; 
+       // used to coalece successive text events
+       // which can occur if we discard pi and comment nodes.
 };
 
 #endif /*XMLDOCSHREDDER_H_*/