19#ifndef __com_sun_star_xml_sax_XDocumentHandler_idl__
20#define __com_sun_star_xml_sax_XDocumentHandler_idl__
32module
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,
90 void setDocumentLocator( [in]
com::sun::star::xml::sax::
XLocator xLocator )
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:42
base interface of all UNO interfaces
Definition XInterface.idl:48
specifies an element's attributes.
Definition XAttributeList.idl:42
receives notification of general document events.
Definition XDocumentHandler.idl:42
void startDocument()
receives notification of the beginning of a document.
makes it possible to associate a SAX event with a document location.
Definition XLocator.idl:35
Definition Ambiguous.idl:22