22#if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP
34#include <xercesc/util/XercesDefs.hpp>
36XERCES_CPP_NAMESPACE_BEGIN
39class DOMImplementation;
40class DOMImplementationList;
110XERCES_CPP_NAMESPACE_END
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 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
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