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 {
48 [in]
string sPublicId,
49 [in]
string sSystemId );
55 [in]
string sPublicId,
56 [in]
string sSystemId,
57 [in]
string sNotationName );
base interface of all UNO interfaces
Definition: XInterface.idl:48
receives events according to the DTD of the document.
Definition: XDTDHandler.idl:43
void unparsedEntityDecl([in] string sName, [in] string sPublicId, [in] string sSystemId, [in] string sNotationName)
receives notification of an unparsed entity declaration event.
void notationDecl([in] string sName, [in] string sPublicId, [in] string sSystemId)
receives notification of a notation declaration event.
Definition: Ambiguous.idl:22