TSPLIB
src/TransformDOMErrorHandler.hpp
Go to the documentation of this file.
00001 
00011 #ifndef _TransformDOMErrorHandler_HPP_
00012 #define _TransformDOMErrorHandler_HPP_
00013 
00014 #include <xercesc/dom/DOMErrorHandler.hpp>
00015 
00016 using namespace xercesc;
00017 
00018 XERCES_CPP_NAMESPACE_USE
00019 
00020 
00024 class TransformDOMErrorHandler : public DOMErrorHandler {
00025 private:
00030     TransformDOMErrorHandler(const DOMErrorHandler &dOMErrorHandler);
00031 
00037     DOMErrorHandler &operator=(const DOMErrorHandler &dOMErrorHandler);
00038 public:
00042         TransformDOMErrorHandler();
00043 
00047     ~TransformDOMErrorHandler();
00048 
00059     bool handleError(const DOMError &dOMError);
00060 };
00061 
00062 
00063 #endif
 All Classes Files Functions Variables Friends Defines