📄 qdomimplementation.3qt
字号:
.TH QDomImplementation 3qt "10 November 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQDomImplementation \- Information about the features of the DOM implementation<h1 align=center>QDomImplementation Class Reference.br<small>[ XML module ]</small></h1>.br.PP\fC#include <qdom.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "\fBQDomImplementation\fR () ".br.ti -1c.BI "\fBQDomImplementation\fR ( const QDomImplementation & ) ".br.ti -1c.BI "virtual \fB~QDomImplementation\fR () ".br.ti -1c.BI "QDomImplementation& \fBoperator=\fR ( const QDomImplementation & ) ".br.ti -1c.BI "bool \fBoperator==\fR ( const QDomImplementation & ) const".br.ti -1c.BI "bool \fBoperator!=\fR ( const QDomImplementation & ) const".br.ti -1c.BI "virtual bool \fBhasFeature\fR ( const QString & " "feature" ", const QString & version ) ".br.ti -1c.BI "bool \fBisNull\fR () ".br.in -1c.SH DESCRIPTIONThe QDomImplementation class provides information about the features of the DOM implementation..PPThis class describes the features that are supported by the DOM implementation. Currently only the XML subset of DOM Level 1 is supported..PPNormally you will use the function QDomDocument::implementation() to get the implementation object..PPFor 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..PPSee also hasFeature()..SH MEMBER FUNCTION DOCUMENTATION.SH "QDomImplementation::QDomImplementation ()"Constructs a QDomImplementation object..SH "QDomImplementation::QDomImplementation ( const QDomImplementation & x )"Copy constructor..SH "QDomImplementation::~QDomImplementation () \fC[virtual]\fR"Destructor..SH "bool QDomImplementation::hasFeature ( const QString & feature, const QString & version ) \fC[virtual]\fR"The function returns TRUE if QDom implements the requested \fIversion\fR of a \fIfeature.\fR.PPCurrently only the feature "XML" in version "1.0" is supported..SH "bool QDomImplementation::isNull ()"Returns TRUE if the object was not created by QDomDocument::implementation()..SH "bool QDomImplementation::operator!= ( const QDomImplementation & x ) const"Returns TRUE if both objects were created from different QDomDocuments..SH "QDomImplementation& QDomImplementation::operator= ( const QDomImplementation & x )"Assignment operator..SH "bool QDomImplementation::operator== ( const QDomImplementation & x ) const"Returns TRUE if both objects were created from the same QDomDocument..SH "SEE ALSO".BR http://doc.trolltech.com/qdomimplementation.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/. See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -