Skip to content
Snippets Groups Projects
Commit 78b86d73 authored by Tinny Ng's avatar Tinny Ng
Browse files

DOM L3: remove non standard resetErrors

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174000 13f79535-47bb-0310-9956-ffa450edef68
parent 009a4bfa
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
/* /*
* $Log$ * $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 * Revision 1.3 2002/06/06 20:53:06 tng
* Documentation Fix: Update the API Documentation for DOM headers * Documentation Fix: Update the API Documentation for DOM headers
* *
...@@ -137,20 +140,8 @@ public: ...@@ -137,20 +140,8 @@ public:
* @since DOM Level 3 * @since DOM Level 3
*/ */
virtual bool handleError(const DOMError& domError) = 0; 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 #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment