diff options
Diffstat (limited to 'doc/man/man3/tqdomnamednodemap.3qt')
-rw-r--r-- | doc/man/man3/tqdomnamednodemap.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqdomnamednodemap.3qt b/doc/man/man3/tqdomnamednodemap.3qt index 2e1aca6b2..4ec12f7c8 100644 --- a/doc/man/man3/tqdomnamednodemap.3qt +++ b/doc/man/man3/tqdomnamednodemap.3qt @@ -34,25 +34,25 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "\fB~QDomNamedNodeMap\fR ()" .br .ti -1c -.BI "QDomNode \fBnamedItem\fR ( const QString & name ) const" +.BI "QDomNode \fBnamedItem\fR ( const TQString & name ) const" .br .ti -1c .BI "QDomNode \fBsetNamedItem\fR ( const QDomNode & newNode )" .br .ti -1c -.BI "QDomNode \fBremoveNamedItem\fR ( const QString & name )" +.BI "QDomNode \fBremoveNamedItem\fR ( const TQString & name )" .br .ti -1c .BI "QDomNode \fBitem\fR ( int index ) const" .br .ti -1c -.BI "QDomNode \fBnamedItemNS\fR ( const QString & nsURI, const QString & localName ) const" +.BI "QDomNode \fBnamedItemNS\fR ( const TQString & nsURI, const TQString & localName ) const" .br .ti -1c .BI "QDomNode \fBsetNamedItemNS\fR ( const QDomNode & newNode )" .br .ti -1c -.BI "QDomNode \fBremoveNamedItemNS\fR ( const QString & nsURI, const QString & localName )" +.BI "QDomNode \fBremoveNamedItemNS\fR ( const TQString & nsURI, const TQString & localName )" .br .ti -1c .BI "uint \fBlength\fR () const" @@ -61,7 +61,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "uint \fBcount\fR () const" .br .ti -1c -.BI "bool \fBcontains\fR ( const QString & name ) const" +.BI "bool \fBcontains\fR ( const TQString & name ) const" .br .in -1c .SH DESCRIPTION @@ -89,7 +89,7 @@ Constructs an empty named node map. Constructs a copy of \fIn\fR. .SH "QDomNamedNodeMap::~QDomNamedNodeMap ()" Destroys the object and frees its resources. -.SH "bool QDomNamedNodeMap::contains ( const QString & name ) const" +.SH "bool QDomNamedNodeMap::contains ( const TQString & name ) const" Returns TRUE if the map contains a node called \fIname\fR; otherwise returns FALSE. .SH "uint QDomNamedNodeMap::count () const" Returns the number of nodes in the map. @@ -105,13 +105,13 @@ See also length(). Returns the number of nodes in the map. .PP See also item(). -.SH "QDomNode QDomNamedNodeMap::namedItem ( const QString & name ) const" +.SH "QDomNode QDomNamedNodeMap::namedItem ( const TQString & name ) const" Returns the node called \fIname\fR. .PP If the named node map does not contain such a node, a null node is returned. A node's name is the name returned by QDomNode::nodeName(). .PP See also setNamedItem() and namedItemNS(). -.SH "QDomNode QDomNamedNodeMap::namedItemNS ( const QString & nsURI, const QString & localName ) const" +.SH "QDomNode QDomNamedNodeMap::namedItemNS ( const TQString & nsURI, const TQString & localName ) const" Returns the node associated with the local name \fIlocalName\fR and the namespace URI \fInsURI\fR. .PP If the map does not contain such a node, a null node is returned. @@ -123,13 +123,13 @@ Returns TRUE if \fIn\fR and this named node map are not equal; otherwise returns Assigns \fIn\fR to this named node map. .SH "bool QDomNamedNodeMap::operator== ( const QDomNamedNodeMap & n ) const" Returns TRUE if \fIn\fR and this named node map are equal; otherwise returns FALSE. -.SH "QDomNode QDomNamedNodeMap::removeNamedItem ( const QString & name )" +.SH "QDomNode QDomNamedNodeMap::removeNamedItem ( const TQString & name )" Removes the node called \fIname\fR from the map. .PP The function returns the removed node or a null node if the map did not contain a node called \fIname\fR. .PP See also setNamedItem(), namedItem(), and removeNamedItemNS(). -.SH "QDomNode QDomNamedNodeMap::removeNamedItemNS ( const QString & nsURI, const QString & localName )" +.SH "QDomNode QDomNamedNodeMap::removeNamedItemNS ( const TQString & nsURI, const TQString & localName )" Removes the node with the local name \fIlocalName\fR and the namespace URI \fInsURI\fR from the map. .PP The function returns the removed node or a null node if the map did not contain a node with the local name \fIlocalName\fR and the namespace URI \fInsURI\fR. |