X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=XMLTree.h;h=3bfb7a401db4e001ce2fa2cbb2de8a15c1f906a9;hb=4bd816265ae88b4e1631634260384baa559f8967;hp=b6aa410e46a7d6adb8baeb659d91a63c92d24ae1;hpb=ac53090f1525b3ef9cbde0b51da5fbb238a06744;p=SXSI%2FXMLTree.git diff --git a/XMLTree.h b/XMLTree.h index b6aa410..3bfb7a4 100644 --- a/XMLTree.h +++ b/XMLTree.h @@ -84,6 +84,8 @@ class XMLTree { /** Tag sequence represented with a data structure for rank and select */ static_sequence *Tags; + uint * tags_fix; + uint tags_blen, tags_len; /** The texts in the XML document */ TextCollection *Text;