Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DTDHANDLER_HPP)
23 #define XERCESC_INCLUDE_GUARD_DTDHANDLER_HPP
98 virtual void notationDecl
100 const XMLCh*
const name
101 ,
const XMLCh*
const publicId
102 ,
const XMLCh*
const systemId
127 virtual void unparsedEntityDecl
129 const XMLCh*
const name
130 ,
const XMLCh*
const publicId
131 ,
const XMLCh*
const systemId
132 ,
const XMLCh*
const notationName
142 virtual void resetDocType() = 0;