19 #ifndef __com_sun_star_xml_sax_XDTDHandler_idl__
20 #define __com_sun_star_xml_sax_XDTDHandler_idl__
26 module
com { module sun { module star { module xml { module sax {
47 void notationDecl( [in]
string sName,
48 [in]
string sPublicId,
49 [in]
string sSystemId );
54 void unparsedEntityDecl( [in]
string sName,
55 [in]
string sPublicId,
56 [in]
string sSystemId,
57 [in]
string sNotationName );
– idl definition –
Definition: Ambiguous.idl:22
receives events according to the DTD of the document.
Definition: XDTDHandler.idl:42
base interface of all UNO interfaces
Definition: XInterface.idl:47