The QDomImplementation class provides information about the features of the DOM implementation. More...
#include <qdom.h>
This class describes the features that are supported by the DOM implementation. Currently only the XML subset of DOM Level 1 is supported.
Normally you will use the function QDomDocument::implementation() to get the implementation object.
For further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/. For a more general introduction of the DOM implementation see the QDomDocument documentation.
See also hasFeature().
Constructs a QDomImplementation object.
Copy constructor.
[virtual]
Destructor.
[virtual]
The function returns TRUE if QDom implements the requested version of a feature.
Currently only the feature "XML" in version "1.0" is supported.
Returns TRUE if the object was not created by QDomDocument::implementation().
Returns TRUE if both objects were created from different QDomDocuments.
Assignment operator.
Returns TRUE if both objects were created from the same QDomDocument.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright İ 2000 Trolltech | Trademarks | Qt version 2.2.1
|