From 78b86d73677072d2e491cebe9700885af3eabde7 Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Mon, 15 Jul 2002 19:26:34 +0000 Subject: [PATCH] DOM L3: remove non standard resetErrors git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174000 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/dom/DOMErrorHandler.hpp | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/xercesc/dom/DOMErrorHandler.hpp b/src/xercesc/dom/DOMErrorHandler.hpp index 6b0e9cd06..223f6966b 100644 --- a/src/xercesc/dom/DOMErrorHandler.hpp +++ b/src/xercesc/dom/DOMErrorHandler.hpp @@ -59,6 +59,9 @@ /* * $Log$ + * Revision 1.4 2002/07/15 19:26:34 tng + * DOM L3: remove non standard resetErrors + * * Revision 1.3 2002/06/06 20:53:06 tng * Documentation Fix: Update the API Documentation for DOM headers * @@ -137,20 +140,8 @@ public: * @since DOM Level 3 */ virtual bool handleError(const DOMError& domError) = 0; - - /** - * Reset the Error handler object on its reuse - * - * <p>This method helps in reseting the Error handler object - * implementational defaults each time the Error handler is begun.</p> - * - * <p><b>"Experimental - subject to change"</b></p> - * - * @since DOM Level 3 - */ - virtual void resetErrors() = 0; - //@} + }; #endif -- GitLab