Main Page   Class Hierarchy   Compound List   File List   Compound Members  

htmlparser.h

00001 
00007 #ifndef HTMLPARSER_H
00008 #define HTMLPARSER_H
00009 
00010 #include <string>
00011 
00012 class HTMLParser {
00013         
00014         public:
00015                 string parse(const string& text);
00016 };
00017 
00018 #endif

Generated at Mon Oct 16 20:29:57 2000 for libaim by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000