22module 
com {  module sun {  module star {  module xml {  module sax {
 
   44             [in] 
string sPublicId,
 
   45             [in] 
string sSystemId );
 
   51             [in] 
string sPublicId,
 
   52             [in] 
string sSystemId,
 
   53             [in] 
string sNotationName );
 
 
base interface of all UNO interfaces
Definition XInterface.idl:46
receives events according to the DTD of the document.
Definition XDTDHandler.idl:39
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:20