HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QDomImplementation Class Reference
[ XML module ]


The QDomImplementation class provides access to implementation features of the DOM implementation. More...

#include <qdom.h>

List of all member functions.

Public Members


Detailed Description

The QDomImplementation class provides access to implementation features of the DOM implementation.

This class describes the features currently supported by the DOM implementation. Currently only the XML subset of DOM Level 1 is supported.

For further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/ . For a more general introduction into the internals of the DOM implementation see the QDomDocument documentation.

See also: hasFeature().


Member Function Documentation

QDomImplementation::QDomImplementation ()

Constructs a DOMImplementation object.

QDomImplementation::QDomImplementation ( const QDomImplementation & x )

Copy constructor.

QDomImplementation::~QDomImplementation () [virtual]

Destructor.

bool QDomImplementation::hasFeature ( const QString & feature, const QString & version ) [virtual]

The method returns TRUE if QDom implements the requested version of a feature.

Currently only the feature "XML" in Version "1.0" is supported.

bool QDomImplementation::isNull ()

Returns TRUE if the object was not created by DomDocument::implementation().

bool QDomImplementation::operator!= ( const QDomImplementation & x ) const

Returns true if both objects were created from different DomDocuments.

QDomImplementation& QDomImplementation::operator= ( const QDomImplementation & x )

Assignment.

bool QDomImplementation::operator== ( const QDomImplementation & x ) const

Returns true if both objects were created from the same DomDocument.


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 TrolltechTrademarks
Qt version 2.2.0-beta2