22 #if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATION_HPP) 
   23 #define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATION_HPP 
   99     virtual bool  hasFeature(
const XMLCh *feature,  
const XMLCh *version) 
const = 0;
 
  133                                                  const XMLCh *publicId,
 
  134                                                  const XMLCh *systemId) = 0;
 
  175                                         const XMLCh *qualifiedName,
 
  200     virtual void* getFeature(
const XMLCh* feature, 
const XMLCh* version) 
const = 0;
 
  236     static bool loadDOMExceptionMsg
 
  238           const   short  msgToLoad
 
  239         ,       
XMLCh* 
const                 toFill
 
Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...
Definition: DOMDocumentType.hpp:45
DOMImplementation()
Definition: DOMImplementation.hpp:51
The DOMDocument interface represents the entire XML document. 
Definition: DOMDocument.hpp:64
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition: DOMImplementation.hpp:43
Configurable memory manager. 
Definition: MemoryManager.hpp:39
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
SIZE_T XMLSize_t
Definition: Xerces_autoconf_config.borland.hpp:86
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
Definition: DOMImplementationLS.hpp:49
virtual ~DOMImplementation()
Destructor. 
Definition: DOMImplementation.hpp:75