#include <DOMImplementationSource.hpp>
Public Member Functions | |
Destructor | |
virtual | ~DOMImplementationSource () |
Destructor. | |
Functions introduced in DOM Level 3 | |
virtual DOMImplementation * | getDOMImplementation (const XMLCh *features) const =0 |
A method to request the first DOM implementation that supports the specified features. | |
virtual DOMImplementationList * | getDOMImplementationList (const XMLCh *features) const =0 |
A method to request a list of DOM implementations that support the specified features and versions,. | |
Protected Member Functions | |
Hidden constructors | |
DOMImplementationSource () |
|
|
|
Destructor.
|
|
A method to request the first DOM implementation that supports the specified features.
|
|
A method to request a list of DOM implementations that support the specified features and versions,.
|