X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=XMLDocShredder.h;h=00f50d6870e66bcac58639ad3ccf483e295e71a3;hb=24fdea81b5506233d139bd7d72364a190bef35b8;hp=66a96b54be89d1ba9747c34b587e419eca7b0e74;hpb=77294fdd983393727bcee7fda52dacdaf943e585;p=SXSI%2Fxpathcomp.git diff --git a/XMLDocShredder.h b/XMLDocShredder.h index 66a96b5..00f50d6 100644 --- a/XMLDocShredder.h +++ b/XMLDocShredder.h @@ -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_*/