include/DomErrorHandler.H

Go to the documentation of this file.
00001 /* ${copyright}$ */
00002 /* $Id: DomErrorHandler.H 280 2006-02-07 12:22:07Z cesar $ */
00007 #ifndef __DOMERRORHANDLER_H__
00008 #define __DOMERRORHANDLER_H__
00009 
00010 #include <xercesc/dom/DOM.hpp>
00011 
00012 #include "libepp_nicbr.H"
00013 
00014 XERCES_CPP_NAMESPACE_USE
00015 
00016 LIBEPP_NICBR_NS_BEGIN
00017 
00019 class DomErrorHandler : public XERCES_CPP_NAMESPACE_QUALIFIER DOMErrorHandler
00020 {
00021 public:
00022 
00024   DomErrorHandler() {}
00025 
00027   ~DomErrorHandler() {}
00028   
00030 
00034   bool handleError(const DOMError &domError);
00035 };
00036 
00037 LIBEPP_NICBR_NS_END
00038 #endif //__DOMERRORHANDLER_H__

Generated on Thu Jun 8 17:40:00 2006 for libepp_nicbr by  doxygen 1.4.6