20 module 
com { module sun { module star { module xml { module csax {
    35     void compressedStartDocument()
    38     void compressedEndDocument()
    41     void compressedStartElement( [in] 
string aName, [in] sequence< XMLAttribute > aAttributes)
    44     void compressedEndElement( [in] 
string aName )
    47     void compressedCharacters( [in] 
string aChars )
    50     void compressedIgnorableWhitespace( [in] 
string aWhitespaces )
    53     void compressedProcessingInstruction( [in] 
string aTarget, [in] 
string aData )
    56     void compressedSetDocumentLocator( [in] 
long columnNumber, [in] 
long lineNumber, [in] 
string publicId, [in] 
string systemId)
 Definition: Ambiguous.idl:20
 
encapsulates the details of an XML parse error or warning. 
Definition: SAXException.idl:37
 
A compressed XDocumentHandler interface. 
Definition: XCompressedDocumentHandler.idl:33
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45