diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdomnamednodemap.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomnamednodemap.html')
-rw-r--r-- | doc/html/tqdomnamednodemap.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqdomnamednodemap.html b/doc/html/tqdomnamednodemap.html index 79f47aba5..f7b18dd04 100644 --- a/doc/html/tqdomnamednodemap.html +++ b/doc/html/tqdomnamednodemap.html @@ -105,8 +105,8 @@ Destroys the object and frees its resources. <h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const <a href="tqstring.html">TQString</a> & name ) const </h3> -Returns TRUE if the map contains a node called <em>name</em>; otherwise -returns FALSE. +Returns true if the map contains a node called <em>name</em>; otherwise +returns false. <h3 class=fn>uint <a name="count"></a>TQDomNamedNodeMap::count () const </h3> @@ -142,8 +142,8 @@ the namespace URI <em>nsURI</em>. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomNamedNodeMap::operator!= ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) const </h3> -Returns TRUE if <em>n</em> and this named node map are not equal; -otherwise returns FALSE. +Returns true if <em>n</em> and this named node map are not equal; +otherwise returns false. <h3 class=fn><a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & <a name="operator-eq"></a>TQDomNamedNodeMap::operator= ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) </h3> @@ -151,8 +151,8 @@ Assigns <em>n</em> to this named node map. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNamedNodeMap::operator== ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) const </h3> -Returns TRUE if <em>n</em> and this named node map are equal; otherwise -returns FALSE. +Returns true if <em>n</em> and this named node map are equal; otherwise +returns false. <h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const <a href="tqstring.html">TQString</a> & name ) </h3> |