20 #ifndef __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
21 #define __com_sun_star_xml_csax_XCompressedDocumentHandler_idl__
27 module
com { module sun { module star { module xml { module csax {
43 raises(
com::sun::star::xml::sax::SAXException );
45 void compressedEndDocument()
46 raises(
com::sun::star::xml::sax::SAXException );
48 void compressedStartElement( [in]
string aName, [in] sequence<
XMLAttribute > aAttributes)
49 raises(
com::sun::star::xml::sax::SAXException );
51 void compressedEndElement( [in]
string aName )
52 raises(
com::sun::star::xml::sax::SAXException );
54 void compressedCharacters( [in]
string aChars )
55 raises(
com::sun::star::xml::sax::SAXException );
57 void compressedIgnorableWhitespace( [in]
string aWhitespaces )
58 raises(
com::sun::star::xml::sax::SAXException );
60 void compressedProcessingInstruction( [in]
string aTarget, [in]
string aData )
61 raises(
com::sun::star::xml::sax::SAXException );
63 void compressedSetDocumentLocator( [in]
long columnNumber, [in]
long lineNumber, [in]
string publicId, [in]
string systemId)
64 raises(
com::sun::star::xml::sax::SAXException );
base interface of all UNO interfaces
Definition: XInterface.idl:48
A compressed XDocumentHandler interface.
Definition: XCompressedDocumentHandler.idl:41
void compressedStartDocument()
Definition: Ambiguous.idl:22
A struct to keep information of an element's attribute.
Definition: XMLAttribute.idl:29