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