X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=XMLTree.h;h=88aae9a4e71abf97eba4ea242a43d4148c9defc5;hb=184fd5131d257a334c29b0e55b1240fb29dc796b;hp=e8cc76a42879450f1695f08e6150088a0f8c3e38;hpb=d1f17224ed40165c284145ffbfcc1bd42882f825;p=SXSI%2FXMLTree.git diff --git a/XMLTree.h b/XMLTree.h index e8cc76a..88aae9a 100644 --- a/XMLTree.h +++ b/XMLTree.h @@ -254,7 +254,9 @@ public: * Returns NULL in case that the tag identifier is not valid.*/ unsigned char *GetTagName(TagType tagid); - /** Prefix(s): search for texts prefixed by string s. */ + + TagType RegisterTag(unsigned char *tagname); + bool EmptyText(DocID i) { return Text->EmptyText(i); }