22 #ifndef __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
23 #define __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
30 module com { module sun { module star { module xml { module csax {
51 void _startElement( [in]
string aName, [in] sequence< XMLAttribute > aAttributes)
54 void _endElement( [in]
string aName )
57 void _characters( [in]
string aChars )
60 void _ignorableWhitespace( [in]
string aWhitespaces )
63 void _processingInstruction( [in]
string aTarget, [in]
string aData )
66 void _setDocumentLocator( [in]
long columnNumber, [in]
long lineNumber, [in]
string publicId, [in]
string systemId)
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:41
A compressed XDocumentHandler interface.
Definition: XCompressedDocumentHandler.idl:43
base interface of all UNO interfaces
Definition: XInterface.idl:47