#include <DOMImplementationRegistry.hpp>
Static Public Member Functions | |
Functions introduced in DOM Level 3 | |
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. |
|
Register an implementation. "Experimental - subject to change"
|
|
Return the first registered implementation that has the desired features, or null if none is found. "Experimental - subject to change"
|