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/tqdomimplementation.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/tqdomimplementation.html')
-rw-r--r-- | doc/html/tqdomimplementation.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqdomimplementation.html b/doc/html/tqdomimplementation.html index 20ce626b0..d902d1aa6 100644 --- a/doc/html/tqdomimplementation.html +++ b/doc/html/tqdomimplementation.html @@ -109,7 +109,7 @@ create a <a href="tqdomdocument.html">TQDomDocument</a> with this document type. <h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const <a href="tqstring.html">TQString</a> & feature, const <a href="tqstring.html">TQString</a> & version )<tt> [virtual]</tt> </h3> -The function returns TRUE if TQDom implements the requested <em>version</em> of a <em>feature</em>; otherwise returns FALSE. +The function returns true if TQDom implements the requested <em>version</em> of a <em>feature</em>; otherwise returns false. <p> The currently supported features and their versions: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Feature <th valign="top">Version @@ -118,13 +118,13 @@ The function returns TRUE if TQDom implements the requested <em>version</em> of <h3 class=fn>bool <a name="isNull"></a>TQDomImplementation::isNull () </h3> -Returns FALSE if the object was created by -<a href="tqdomdocument.html#implementation">TQDomDocument::implementation</a>(); otherwise returns TRUE. +Returns false if the object was created by +<a href="tqdomdocument.html#implementation">TQDomDocument::implementation</a>(); otherwise returns true. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomImplementation::operator!= ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) const </h3> -Returns TRUE if <em>x</em> and this DOM implementation object were -created from different TQDomDocuments; otherwise returns FALSE. +Returns true if <em>x</em> and this DOM implementation object were +created from different TQDomDocuments; otherwise returns false. <h3 class=fn><a href="tqdomimplementation.html">TQDomImplementation</a> & <a name="operator-eq"></a>TQDomImplementation::operator= ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) </h3> @@ -132,8 +132,8 @@ Assigns <em>x</em> to this DOM implementation. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomImplementation::operator== ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) const </h3> -Returns TRUE if <em>x</em> and this DOM implementation object were -created from the same <a href="tqdomdocument.html">TQDomDocument</a>; otherwise returns FALSE. +Returns true if <em>x</em> and this DOM implementation object were +created from the same <a href="tqdomdocument.html">TQDomDocument</a>; otherwise returns false. <!-- eof --> <hr><p> |