|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
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,
80 void setDocumentLocator( [in]
com::sun::star::xml::sax::
XLocator xLocator )
specifies an element's attributes.
Definition: XAttributeList.idl:38
receives notification of general document events.
Definition: XDocumentHandler.idl:32
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:38
Definition: Ambiguous.idl:20
makes it possible to associate a SAX event with a document location.
Definition: XLocator.idl:31
void startDocument()
receives notification of the beginning of a document.
base interface of all UNO interfaces
Definition: XInterface.idl:46