22#if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONREGISTRY_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONREGISTRY_HPP
39#include <xercesc/util/XercesDefs.hpp>
41XERCES_CPP_NAMESPACE_BEGIN
44class DOMImplementation;
45class DOMImplementationSource;
46class DOMImplementationList;
48class CDOM_EXPORT DOMImplementationRegistry
96 DOMImplementationRegistry();
99XERCES_CPP_NAMESPACE_END
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...
Definition DOMImplementationList.hpp:40
static DOMImplementation * getDOMImplementation(const XMLCh *features)
Return the first registered implementation that has the desired features, or null if none is found.
static void addSource(DOMImplementationSource *source)
Register an implementation.
static DOMImplementationList * getDOMImplementationList(const XMLCh *features)
Return the list of registered implementation that have the desired features.
Definition DOMImplementationSource.hpp:43
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition DOMImplementation.hpp:44