summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomimplementation.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdomimplementation.3qt')
-rw-r--r--doc/man/man3/tqdomimplementation.3qt62
1 files changed, 31 insertions, 31 deletions
diff --git a/doc/man/man3/tqdomimplementation.3qt b/doc/man/man3/tqdomimplementation.3qt
index a28c092e..0e4bdb61 100644
--- a/doc/man/man3/tqdomimplementation.3qt
+++ b/doc/man/man3/tqdomimplementation.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QDomImplementation 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQDomImplementation 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,67 +7,67 @@
.ad l
.nh
.SH NAME
-QDomImplementation \- Information about the features of the DOM implementation
+TQDomImplementation \- Information about the features of the DOM implementation
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
-\fC#include <ntqdom.h>\fR
+\fC#include <tqdom.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQDomImplementation\fR ()"
+.BI "\fBTQDomImplementation\fR ()"
.br
.ti -1c
-.BI "\fBQDomImplementation\fR ( const QDomImplementation & x )"
+.BI "\fBTQDomImplementation\fR ( const TQDomImplementation & x )"
.br
.ti -1c
-.BI "virtual \fB~QDomImplementation\fR ()"
+.BI "virtual \fB~TQDomImplementation\fR ()"
.br
.ti -1c
-.BI "QDomImplementation & \fBoperator=\fR ( const QDomImplementation & x )"
+.BI "TQDomImplementation & \fBoperator=\fR ( const TQDomImplementation & x )"
.br
.ti -1c
-.BI "bool \fBoperator==\fR ( const QDomImplementation & x ) const"
+.BI "bool \fBoperator==\fR ( const TQDomImplementation & x ) const"
.br
.ti -1c
-.BI "bool \fBoperator!=\fR ( const QDomImplementation & x ) const"
+.BI "bool \fBoperator!=\fR ( const TQDomImplementation & x ) const"
.br
.ti -1c
.BI "virtual bool \fBhasFeature\fR ( const TQString & feature, const TQString & version )"
.br
.ti -1c
-.BI "virtual QDomDocumentType \fBcreateDocumentType\fR ( const TQString & qName, const TQString & publicId, const TQString & systemId )"
+.BI "virtual TQDomDocumentType \fBcreateDocumentType\fR ( const TQString & qName, const TQString & publicId, const TQString & systemId )"
.br
.ti -1c
-.BI "virtual QDomDocument \fBcreateDocument\fR ( const TQString & nsURI, const TQString & qName, const QDomDocumentType & doctype )"
+.BI "virtual TQDomDocument \fBcreateDocument\fR ( const TQString & nsURI, const TQString & qName, const TQDomDocumentType & doctype )"
.br
.ti -1c
.BI "bool \fBisNull\fR ()"
.br
.in -1c
.SH DESCRIPTION
-The QDomImplementation class provides information about the features of the DOM implementation.
+The TQDomImplementation class provides information about the features of the DOM implementation.
.PP
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.
.PP
-Normally you will use the function QDomDocument::implementation() to get the implementation object.
+Normally you will use the function TQDomDocument::implementation() to get the implementation object.
.PP
You can create a new document type with createDocumentType() and a new document with createDocument().
.PP
-For further information about the Document Object Model see http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-Level-2-Core/. For a more general introduction of the DOM implementation see the QDomDocument documentation.
+For further information about the Document Object Model see http://www.w3.org/TR/REC-DOM-Level-1/ and http://www.w3.org/TR/DOM-Level-2-Core/. For a more general introduction of the DOM implementation see the TQDomDocument documentation.
.PP
See also hasFeature() and XML.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QDomImplementation::QDomImplementation ()"
-Constructs a QDomImplementation object.
-.SH "QDomImplementation::QDomImplementation ( const QDomImplementation & x )"
+.SH "TQDomImplementation::TQDomImplementation ()"
+Constructs a TQDomImplementation object.
+.SH "TQDomImplementation::TQDomImplementation ( const TQDomImplementation & x )"
Constructs a copy of \fIx\fR.
-.SH "QDomImplementation::~QDomImplementation ()\fC [virtual]\fR"
+.SH "TQDomImplementation::~TQDomImplementation ()\fC [virtual]\fR"
Destroys the object and frees its resources.
-.SH "QDomDocument QDomImplementation::createDocument ( const TQString & nsURI, const TQString & qName, const QDomDocumentType & doctype )\fC [virtual]\fR"
+.SH "TQDomDocument TQDomImplementation::createDocument ( const TQString & nsURI, const TQString & qName, const TQDomDocumentType & doctype )\fC [virtual]\fR"
Creates a DOM document with the document type \fIdoctype\fR. This function also adds a root element node with the qualified name \fIqName\fR and the namespace URI \fInsURI\fR.
-.SH "QDomDocumentType QDomImplementation::createDocumentType ( const TQString & qName, const TQString & publicId, const TQString & systemId )\fC [virtual]\fR"
+.SH "TQDomDocumentType TQDomImplementation::createDocumentType ( const TQString & qName, const TQString & publicId, const TQString & systemId )\fC [virtual]\fR"
Creates a document type node for the name \fIqName\fR.
.PP
\fIpublicId\fR specifies the public identifier of the external subset. If you specify TQString::null as the \fIpublicId\fR, this means that the document type has no public identifier.
@@ -78,11 +78,11 @@ Since you cannot have a public identifier without a system identifier, the publi
.PP
DOM level 2 does not support any other document type declaration features.
.PP
-The only way you can use a document type that was created this way, is in combination with the createDocument() function to create a QDomDocument with this document type.
+The only way you can use a document type that was created this way, is in combination with the createDocument() function to create a TQDomDocument with this document type.
.PP
See also createDocument().
-.SH "bool QDomImplementation::hasFeature ( const TQString & feature, const TQString & version )\fC [virtual]\fR"
-The function returns TRUE if QDom implements the requested \fIversion\fR of a \fIfeature\fR; otherwise returns FALSE.
+.SH "bool TQDomImplementation::hasFeature ( const TQString & feature, const TQString & version )\fC [virtual]\fR"
+The function returns TRUE if TQDom implements the requested \fIversion\fR of a \fIfeature\fR; otherwise returns FALSE.
.PP
The currently supported features and their versions: <center>.nf
.TS
@@ -90,18 +90,18 @@ l - l. Feature Version XML
.TE
.fi
</center>
-.SH "bool QDomImplementation::isNull ()"
-Returns FALSE if the object was created by QDomDocument::implementation(); otherwise returns TRUE.
-.SH "bool QDomImplementation::operator!= ( const QDomImplementation & x ) const"
-Returns TRUE if \fIx\fR and this DOM implementation object were created from different QDomDocuments; otherwise returns FALSE.
-.SH "QDomImplementation & QDomImplementation::operator= ( const QDomImplementation & x )"
+.SH "bool TQDomImplementation::isNull ()"
+Returns FALSE if the object was created by TQDomDocument::implementation(); otherwise returns TRUE.
+.SH "bool TQDomImplementation::operator!= ( const TQDomImplementation & x ) const"
+Returns TRUE if \fIx\fR and this DOM implementation object were created from different TQDomDocuments; otherwise returns FALSE.
+.SH "TQDomImplementation & TQDomImplementation::operator= ( const TQDomImplementation & x )"
Assigns \fIx\fR to this DOM implementation.
-.SH "bool QDomImplementation::operator== ( const QDomImplementation & x ) const"
+.SH "bool TQDomImplementation::operator== ( const TQDomImplementation & x ) const"
Returns TRUE if \fIx\fR and this DOM implementation object were
-created from the same QDomDocument; otherwise returns FALSE.
+created from the same TQDomDocument; otherwise returns FALSE.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qdomimplementation.html
+.BR http://doc.trolltech.com/tqdomimplementation.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the