19#ifndef __com_sun_star_xml_sax_XErrorHandler_idl__
20#define __com_sun_star_xml_sax_XErrorHandler_idl__
28module
com { module sun { module star { module xml { module sax {
48 void error( [in] any aSAXParseException )
58 void warning( [in] any aSAXParseException )
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:42
base interface of all UNO interfaces
Definition XInterface.idl:48
is the basic interface for SAX error handlers.
Definition XErrorHandler.idl:45
void error([in] any aSAXParseException)
receives notification of a recoverable error.
void fatalError([in] any aSAXParseException)
receives notification of a non-recoverable error.
void warning([in] any aSAXParseException)
receives notification of a warning.
Definition Ambiguous.idl:22