22module 
com {  module sun {  module star {  module xml {  module sax {
 
   42    void error( [in] any aSAXParseException )
 
   52    void warning( [in] any aSAXParseException )
 
 
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:38
base interface of all UNO interfaces
Definition XInterface.idl:46
is the basic interface for SAX error handlers.
Definition XErrorHandler.idl:39
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:20