xml.sax.handler.ErrorHandler.error()

ErrorHandler.error(exception)

Called when the parser encounters a recoverable error. If this method does not raise an exception, parsing may continue, but further document information should not be expected by the application. Allowing the parser to continue may allow additional errors to be discovered in the input document.

doc_python
2016-10-07 17:48:19
Comments
Leave a Comment

Please login to continue.