#include <DomImplementationRegistry.h>
Public Member Functions | |
| ~DomImplementationRegistry () | |
| dtor | |
DOM Level 3 | |
| DomImplementation | getDomImplementation (const DomString &features) const |
| Return the first registered implementation that has the desired features, or null if none is found.features A string that specifies which features are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 1.0 Traversal 2.0". | |
Static Public Member Functions | |
Extensions | |
| static DomImplementationRegistry & | getInstance () |
| Get the global instance of the DomImplementationRegistry. | |
| xmldom::DomImplementationRegistry::~DomImplementationRegistry | ( | ) |
dtor
| DomImplementation xmldom::DomImplementationRegistry::getDomImplementation | ( | const DomString & | features | ) | const |
Return the first registered implementation that has the desired features, or null if none is found.features A string that specifies which features are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 1.0 Traversal 2.0".
| DomImplementationRegistry & xmldom::DomImplementationRegistry::getInstance | ( | ) | [static] |
Get the global instance of the DomImplementationRegistry.
1.5.2