22 module
com { module sun { module star { module xml { module sax {
43 void notationDecl( [in]
string sName,
44 [in]
string sPublicId,
45 [in]
string sSystemId );
50 void unparsedEntityDecl( [in]
string sName,
51 [in]
string sPublicId,
52 [in]
string sSystemId,
53 [in]
string sNotationName );
Definition: Ambiguous.idl:20
receives events according to the DTD of the document.
Definition: XDTDHandler.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:45