#include <sd_SAXErrorHandler.h>
Inheritance diagram for streamdom::SAXErrorHandler:
Public Methods | |
SAXErrorHandler (bool continueAfterError=true) | |
virtual bool | warning (const QXmlParseException &exception) |
virtual bool | error (const QXmlParseException &exception) |
virtual bool | fatalError (const QXmlParseException &exception) |
virtual QString | errorString () |
virtual | ~SAXErrorHandler () |
Permission is granted to use/modify this class freely in any software -- commercial, open-source or proprietary -- under the condition that this documentation, copyright and usage information may not be removed.
This software is supplied in the hope that it will be useful. There is no warranty whatsoever, not even any implied warranties.
|
Specify whether or not you wish the parser to continue processing when an error is encountered. By default, it will continue, as we mean to use this with a streaming DOM. On a warning, it will continue and on a fatal error, it won't. This setting is only for errors. |