22#if !defined(XERCESC_INCLUDE_GUARD_INPUTSOURCE_HPP) 
   23#define XERCESC_INCLUDE_GUARD_INPUTSOURCE_HPP 
  108    virtual const XMLCh* getEncoding() 
const;
 
  117    virtual const XMLCh* getPublicId() 
const;
 
  128    virtual const XMLCh* getSystemId() 
const;
 
  138    virtual bool getIssueFatalErrorIfNotFound() 
const;
 
  203    virtual void setIssueFatalErrorIfNotFound(
const bool flag);
 
  233        const   XMLCh* 
const   systemId
 
  234        , 
const XMLCh* 
const   publicId
 
  254        const   char* 
const systemId
 
  255        , 
const char* 
const publicId
 
  295    bool           fFatalErrorIfNotFound;
 
 
  319    return fFatalErrorIfNotFound;
 
 
  324    return fMemoryManager;
 
 
  332    fFatalErrorIfNotFound = flag;
 
 
#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
Configurable memory manager.
Definition MemoryManager.hpp:40
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition XMemory.hpp:41