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 {
45 void compressedStartDocument()
48 void compressedEndDocument()
51 void compressedStartElement( [in]
string aName, [in] sequence< XMLAttribute > aAttributes)
54 void compressedEndElement( [in]
string aName )
57 void compressedCharacters( [in]
string aChars )
60 void compressedIgnorableWhitespace( [in]
string aWhitespaces )
63 void compressedProcessingInstruction( [in]
string aTarget, [in]
string aData )
66 void compressedSetDocumentLocator( [in]
long columnNumber, [in]
long lineNumber, [in]
string publicId, [in]
string systemId)