Fixes text_id_range to include the node itself, if it corresponds
[SXSI/XMLTree.git] / xml-tree.hpp
index 4f40dd1..3ac5813 100644 (file)
@@ -108,6 +108,9 @@ public:
   SXSI::TextCollection::document_result contains(uchar const *s) const;
   SXSI::TextCollection::document_result less_than(uchar const *s) const;
 
+
+  bool naive_contains(node_t, uchar const *s) const;
+
   //I/O functions
   void save(int, char*);
   static xml_tree* load(int, char*, bool, int);