Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

QuickDirtyXMLParser.h

Go to the documentation of this file.
00001 #ifndef QUICKDIRTYXMLPARSER
00002 #define QUICKDIRTYXMLPARSER
00003 #include <vector>
00004 #include <string>
00005 #include "TreeNode.h"
00009 class QuickDirtyXMLParser {
00010         public:
00014         QuickDirtyXMLParser();
00018         TreeNode * parseString(string & xml);
00019                 
00020 };
00021 #endif

Generated on Tue Dec 17 21:14:13 2002 for AUSS_Connector by doxygen1.2.18