#include <DOMImplementationRegistry.hpp>
Static Public Member Functions | |
Functions introduced in DOM Level 3 | |
DOMImplementation * | getDOMImplementation (const XMLCh *features) |
Return the first registered implementation that has the desired features, or null if none is found. | |
DOMImplementationList * | getDOMImplementationList (const XMLCh *features) |
Return the list of registered implementation that have the desired features. | |
void | addSource (DOMImplementationSource *source) |
Register an implementation. |
|
Register an implementation.
|
|
Return the first registered implementation that has the desired features, or null if none is found.
|
|
Return the list of registered implementation that have the desired features.
|