22#if !defined(XERCESC_INCLUDE_GUARD_LEXICALHANDLER_HPP) 
   23#define XERCESC_INCLUDE_GUARD_LEXICALHANDLER_HPP 
   81        const   XMLCh* 
const    chars
 
  144        const   XMLCh* 
const    name
 
  145        , 
const   XMLCh* 
const    publicId
 
  146        , 
const   XMLCh* 
const    systemId
 
 
#define SAX2_EXPORT
Definition XercesDefs.hpp:165
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
size_t XMLSize_t
Definition Xerces_autoconf_config.hpp:112
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Receive notification of lexical events.
Definition LexicalHandler.hpp:47
virtual void startDTD(const XMLCh *const name, const XMLCh *const publicId, const XMLCh *const systemId)=0
Receive notification of the start of the DTD declarations.
virtual void endDTD()=0
Receive notification of the end of the DTD declarations.
virtual void endEntity(const XMLCh *const name)=0
Receive notification of the end of an entity.
LexicalHandler()
Default constructor.
Definition LexicalHandler.hpp:52
virtual void startCDATA()=0
Receive notification of the start of a CDATA section.
virtual void endCDATA()=0
Receive notification of the end of a CDATA section.
virtual ~LexicalHandler()
Destructor.
Definition LexicalHandler.hpp:57
virtual void startEntity(const XMLCh *const name)=0
Receive notification of the start of an entity.
virtual void comment(const XMLCh *const chars, const XMLSize_t length)=0
Receive notification of comments.