36 raises(
com::sun::star::xml::sax::SAXException );
38 void compressedEndDocument()
39 raises(
com::sun::star::xml::sax::SAXException );
41 void compressedStartElement( [in]
string aName, [in] sequence<
XMLAttribute > aAttributes)
42 raises(
com::sun::star::xml::sax::SAXException );
44 void compressedEndElement( [in]
string aName )
45 raises(
com::sun::star::xml::sax::SAXException );
47 void compressedCharacters( [in]
string aChars )
48 raises(
com::sun::star::xml::sax::SAXException );
50 void compressedIgnorableWhitespace( [in]
string aWhitespaces )
51 raises(
com::sun::star::xml::sax::SAXException );
53 void compressedProcessingInstruction( [in]
string aTarget, [in]
string aData )
54 raises(
com::sun::star::xml::sax::SAXException );
56 void compressedSetDocumentLocator( [in]
long columnNumber, [in]
long lineNumber, [in]
string publicId, [in]
string systemId)
57 raises(
com::sun::star::xml::sax::SAXException );