Go to the documentation of this file.
   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;
 
  160     virtual void setEncoding(
const XMLCh* 
const encodingStr);
 
  174     virtual void setPublicId(
const XMLCh* 
const publicId);
 
  192     virtual void setSystemId(
const XMLCh* 
const systemId);
 
  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;
 
  
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition: XMemory.hpp:40
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
#define SAX_EXPORT
Definition: XercesDefs.hpp:164
Configurable memory manager.
Definition: MemoryManager.hpp:39