22#if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...
Definition DOMImplementationList.hpp:40
Definition DOMImplementationSource.hpp:43
virtual DOMImplementation * getDOMImplementation(const XMLCh *features) const =0
A method to request the first DOM implementation that supports the specified features.
virtual ~DOMImplementationSource()
Destructor.
Definition DOMImplementationSource.hpp:74
virtual DOMImplementationList * getDOMImplementationList(const XMLCh *features) const =0
A method to request a list of DOM implementations that support the specified features and versions,...
DOMImplementationSource()
Definition DOMImplementationSource.hpp:50
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition DOMImplementation.hpp:44