Main Page | Namespace List | Data Structures | File List | Data Fields | Globals

networkparser.h

Go to the documentation of this file.
00001 
00008 #ifndef NETWORKPARSER_H
00009 #define NETWORKPARSER_H   
00010 
00011 #include <qxml.h>
00012 
00013 class QString;
00014 
00015 class NetworkParser : public QXmlDefaultHandler {
00016 public:
00017     bool startDocument();
00018     bool startElement( const QString&, const QString&, const QString& , 
00019                        const QXmlAttributes& );
00020     bool endElement( const QString&, const QString&, const QString& );
00021     bool endDocument() ;
00022 
00023 private:
00024     QString indent;
00025 } ;                   
00026 
00027 #endif 

Generated on Fri Dec 3 14:57:50 2004 for INN by doxygen 1.3.6