22 module
com { module sun { module star { module xml { module sax {
48 void startElement( [in]
string aName,
55 void endElement( [in]
string aName )
61 void characters( [in]
string aChars )
67 void ignorableWhitespace( [in]
string aWhitespaces )
73 void processingInstruction( [in]
string aTarget,
receives notification of general document events.
Definition: XDocumentHandler.idl:31
Definition: Ambiguous.idl:20
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:37
specifies an element's attributes.
Definition: XAttributeList.idl:37
makes it possible to associate a SAX event with a document location.
Definition: XLocator.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45