22#if !defined(XERCESC_INCLUDE_GUARD_ENTITYRESOLVER_HPP)
23#define XERCESC_INCLUDE_GUARD_ENTITYRESOLVER_HPP
145 const XMLCh*
const publicId
146 ,
const XMLCh*
const systemId
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define SAX_EXPORT
Definition XercesDefs.hpp:164
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Basic interface for resolving entities.
Definition EntityResolver.hpp:87
virtual ~EntityResolver()
Destructor.
Definition EntityResolver.hpp:98
EntityResolver()
Default Constructor.
Definition EntityResolver.hpp:93
virtual InputSource * resolveEntity(const XMLCh *const publicId, const XMLCh *const systemId)=0
Allow the application to resolve external entities.