20module
com { module sun { module star { module xml { module csax {
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 );
base interface of all UNO interfaces
Definition: XInterface.idl:46
A compressed XDocumentHandler interface.
Definition: XCompressedDocumentHandler.idl:34
void compressedStartDocument()
Definition: Ambiguous.idl:20
A struct to keep information of an element's attribute.
Definition: XMLAttribute.idl:26