import xmlapp
class ErrorHandler def __init__(self,parser) string __module__ = 'xmlapp' def fatal(self,msg) def warning(self,msg)
An error handler for the parser. This class can be subclassed by clients that want to use their own error handlers.
Handles a fatal error message.
Handles a non-fatal error message.