QDomImplementation - Information about the features of the
       DOM implementation

       #include <qdom.h>

   Public Members
       QDomImplementation ()
       QDomImplementation ( const QDomImplementation & )
       virtual ~QDomImplementation ()
       QDomImplementation& operator= ( const QDomImplementation &
           )
       bool operator== ( const QDomImplementation & ) const
       bool operator!= ( const QDomImplementation & ) const
       virtual bool hasFeature ( const QString & feature, const
           QString & version )
       bool isNull ()


DESCRIPTION

       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 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().


MEMBER FUNCTION DOCUMENTATION


QDomImplementation::QDomImplementation ()

       Constructs a QDomImplementation object.


QDomImplementation::QDomImplementation ( const QDomImplementation

       & x )
       Copy constructor.


QDomImplementation::~QDomImplementation () [virtual]

       Destructor.


bool QDomImplementation::hasFeature ( const QString & feature,

       const QString & version ) [virtual]
       The function returns TRUE if QDom implements the requested
       version of a feature.

       supported.


bool QDomImplementation::isNull ()

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


bool QDomImplementation::operator!= ( const QDomImplementation &

       x ) const
       Returns TRUE if both objects were created from different
       QDomDocuments.


QDomImplementation& QDomImplementation::operator= ( const

       QDomImplementation & x )
       Assignment operator.


bool QDomImplementation::operator== ( const QDomImplementation &

       x ) const
       Returns TRUE if both objects were created from the same
       QDomDocument.


SEE ALSO

       http://doc.trolltech.com/qdomimplementation.html
       http://www.trolltech.com/faq/tech.html


COPYRIGHT

       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.


AUTHOR

       Generated automatically from the source code.


BUGS

       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.  Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page
       (qdomimplementation.3qt) and the Qt version (2.3.1).


Man(1) output converted with man2html