#include <DOMErrorHandler.hpp>
Public Member Functions | |
Destructor | |
virtual | ~DOMErrorHandler () |
Destructor. | |
Functions introduced in DOM Level 3 | |
virtual bool | handleError (const DOMError &domError)=0 |
This method is called on the error handler when an error occures. | |
Protected Member Functions | |
Hidden constructors | |
DOMErrorHandler () |
DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. validating a document).
The application that is using the DOM implementation is expected to implement this interface.
|
|
|
Destructor.
|
|
This method is called on the error handler when an error occures. "Experimental - subject to change"
|