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

saxreceptor.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     saxreceptor.h  -  Definition of SAXReceptor class
00003                              -------------------
00004     begin                : October 24 2002
00005     copyright            : (C) 2003 by Vojtìch Toman
00006     email                : vtoman@lit.cz
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00027 #ifndef SAXRECEPTOR_H
00028 #define SAXRECEPTOR_H
00029 
00030 
00031 #include "defs.h"
00032 #include "options.h"
00033 #include "saxbase.h"
00034 #include "xmldefs.h"
00035 
00036 
00042 class SAXReceptor : public SAXBase
00043 {
00044 public:
00046   SAXReceptor(void) : SAXBase() {}
00047 };
00048 
00049 #endif //SAXRECEPTOR_H

Generated on Wed Feb 5 10:43:02 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002