fixed the topmost () bug, added getTextCollection function
[SXSI/XMLTree.git] / XMLTree.h
index ba01941..f605286 100644 (file)
--- a/XMLTree.h
+++ b/XMLTree.h
@@ -336,6 +336,9 @@ public:
       return Text->GetText(d);\r
    }\r
    \r
+   TextCollection *getTextCollection() {\r
+      return Text;\r
+   }\r
    /** Save: saves XML tree data structure to file. */\r
    void Save(unsigned char *filename);\r
       \r