xml.sax.handler.ErrorHandler.warning()

ErrorHandler.warning(exception)

Called when the parser presents minor warning information to the application. Parsing is expected to continue when this method returns, and document information will continue to be passed to the application. Raising an exception in this method will cause parsing to end.

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

Please login to continue.