Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP
34 #include <xercesc/util/XercesDefs.hpp>
36 XERCES_CPP_NAMESPACE_BEGIN
39 class DOMImplementation;
40 class DOMImplementationList;
110 XERCES_CPP_NAMESPACE_END
virtual DOMImplementationList * getDOMImplementationList(const XMLCh *features) const =0
A method to request a list of DOM implementations that support the specified features and versions,...
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
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition: DOMImplementation.hpp:44
Definition: DOMImplementationSource.hpp:43
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...
Definition: DOMImplementationList.hpp:40
DOMImplementationSource()
Definition: DOMImplementationSource.hpp:50