Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATION_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATION_HPP
133 const XMLCh *publicId,
134 const XMLCh *systemId) = 0;
175 const XMLCh *qualifiedName,
238 const short msgToLoad
239 ,
XMLCh*
const toFill
static bool loadDOMExceptionMsg(const short msgToLoad, XMLCh *const toFill, const XMLSize_t maxChars)
Non-standard extension.
virtual void * getFeature(const XMLCh *feature, const XMLCh *version) const =0
This method returns a specialized object which implements the specialized APIs of the specified featu...
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
char16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object.
Definition: DOMDocumentType.hpp:45
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
The DOMDocument interface represents the entire XML document.
Definition: DOMDocument.hpp:67
DOMImplementation()
Definition: DOMImplementation.hpp:51
virtual DOMDocument * createDocument(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)=0
Non-standard extension.
virtual DOMDocumentType * createDocumentType(const XMLCh *qualifiedName, const XMLCh *publicId, const XMLCh *systemId)=0
Creates an empty DOMDocumentType node.
virtual bool hasFeature(const XMLCh *feature, const XMLCh *version) const =0
Test if the DOM implementation implements a specific feature.
size_t XMLSize_t
Definition: Xerces_autoconf_config.hpp:112
static DOMImplementation * getImplementation()
Non-standard extension.
virtual ~DOMImplementation()
Destructor.
Definition: DOMImplementation.hpp:75
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition: DOMImplementation.hpp:44
Configurable memory manager.
Definition: MemoryManager.hpp:40
virtual DOMDocument * createDocument(const XMLCh *namespaceURI, const XMLCh *qualifiedName, DOMDocumentType *doctype, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)=0
Creates a DOMDocument object of the specified type with its document element.
Definition: DOMImplementationLS.hpp:50