Trees | Index | Help |
---|
Package _xmlplus :: Package sax :: Module handler :: Class ErrorHandler |
|
CheckGood
,
CountErrors
,
Dump
,
GetErrorPos
,
GrabElements
,
RecognizeHandler
Basic interface for SAX error handlers.
If you create an object that implements this interface, then register the object with your XMLReader, the parser will call the methods in your object to report all warnings and errors. There are three levels of errors available: warnings, (possibly) recoverable errors, and unrecoverable errors. All methods take a SAXParseException as the only parameter.Method Summary | |
---|---|
Handle a recoverable error. | |
Handle a non-recoverable error. | |
Handle a warning. |
Method Details |
---|
error(self, exception)Handle a recoverable error. |
fatalError(self, exception)Handle a non-recoverable error. |
warning(self, exception)Handle a warning. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:49:04 2005 | http://epydoc.sf.net |