xmldom::DomImplementationRegistry Class Reference

#include <DomImplementationRegistry.h>

List of all members.


Detailed Description

This class holds the list of registered DomImplementation.

See also:
DomImplementation


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 DomImplementationRegistrygetInstance ()
 Get the global instance of the DomImplementationRegistry.


Constructor & Destructor Documentation

xmldom::DomImplementationRegistry::~DomImplementationRegistry (  ) 

dtor


Member Function Documentation

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".

Returns:
An implementation that has the desired features, or null if this source has none.

DomImplementationRegistry & xmldom::DomImplementationRegistry::getInstance (  )  [static]

Get the global instance of the DomImplementationRegistry.


The documentation for this class was generated from the following files:
Generated on Fri May 30 11:15:12 2008 for XMLDOM by  doxygen 1.5.2