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

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Modules/Xerces/Validator/Includes/XIDDLErrorHandler.hh

Go to the documentation of this file.
00001 // -*- Mode: c++ -*-
00002 //     File: $Source: /home/cvs/ISG-Repository/IDEA-DEV/Modules/Xerces/Validator/Includes/XIDDLErrorHandler.hh,v $
00003 //      Tag: $Name: DR_01_11_06 $
00004 //      CVS: $Id: XIDDLErrorHandler.hh,v 1.1 2005/04/04 17:52:14 rijsman Exp $
00005 //     Info: $CVSROOT/Idea3/Copyright.txt
00006 
00007 #include <xercesc/util/XercesDefs.hpp>
00008 #include <xercesc/sax/ErrorHandler.hpp>
00009 
00010 #include <iostream>
00011 
00012 XERCES_CPP_NAMESPACE_USE
00013 
00014 namespace IDEA
00015 {
00021   class XIDDLErrorHandler: 
00022     public ErrorHandler
00023   {
00024   public:
00028     XIDDLErrorHandler();
00032     ~XIDDLErrorHandler();
00036     void warning(const SAXParseException& toCatch);
00040     void error(const SAXParseException& toCatch);
00044     void fatalError(const SAXParseException& toCatch);
00048     void resetErrors();
00052     bool getSawErrors() const;
00053   private:
00054     bool m_SawErrors;
00055   };
00056 }
00057 
00058   

Contact information
© IDEA
Generated on Fri Feb 3 17:09:42 2006 for IDEA.