![]() |
Home · Overviews · Examples |
The QDomImplementation class provides information about the features of the DOM implementation. More...
The QDomImplementation class provides information about the features of the DOM implementation.
This class describes the features that are supported by the DOM implementation. Currently the XML subset of DOM Level 1 and DOM Level 2 Core are supported.
Normally you will use the function QDomDocument::implementation() to get the implementation object.
You can create a new document type with createDocumentType and a new document with createDocument.
For further information about the Document Object Model see Level 1 and Level 2 Core. For a more general introduction of the DOM implementation see the QDomDocument documentation.
See also hasFeature.
Copyright © 2007 Trolltech | Trademarks | Qt Jambi 4.3.2_01 |