11 #ifndef P6SAX2DTDHANDLER_H__
12 #define P6SAX2DTDHANDLER_H__ 1
53 #define IF_p6ISAX2DTDHandler {0x44106545,0xa13,0x4908,{0x99,0x48,0x30,0xaf,0xfe,0x86,0xc6,0xba}}
The base interface all [p6]COM components must derive from and implement.
virtual P6R::P6ERR unparsedEntityDecl(P6CHAR *pName, P6CHAR *pPublicId, P6CHAR *pSystemId, P6CHAR *pNotationName)=0
The application is notified of an unparsed entity declaration event.
This SAX2 interface is implemented by an application using P6R's XML parser.
virtual P6R::P6ERR notationDecl(P6CHAR *pName, P6CHAR *pPublicId, P6CHAR *pSystemId)=0
The application is notified of a notation declaration event.
char P6CHAR
Narrow character type.