19 #ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
20 #define __com_sun_star_xml_sax_XDocumentHandler_idl__
32 module com { module sun { module star { module xml { module sax {
58 void startElement( [in]
string aName,
65 void endElement( [in]
string aName )
71 void characters( [in]
string aChars )
77 void ignorableWhitespace( [in]
string aWhitespaces )
83 void processingInstruction( [in]
string aTarget,
receives notification of general document events.
Definition: XDocumentHandler.idl:41
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:41
specifies an element's attributes.
Definition: XAttributeList.idl:41
makes it possible to associate a SAX event with a document location.
Definition: XLocator.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47