Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_LEXICALHANDLER_HPP)
23 #define XERCESC_INCLUDE_GUARD_LEXICALHANDLER_HPP
81 const XMLCh*
const chars
94 virtual void endCDATA () = 0;
105 virtual void endDTD () = 0;
117 virtual void endEntity (
const XMLCh*
const name) = 0;
128 virtual void startCDATA () = 0;
142 virtual void startDTD
144 const XMLCh*
const name
145 ,
const XMLCh*
const publicId
146 ,
const XMLCh*
const systemId
159 virtual void startEntity (
const XMLCh*
const name) = 0;