summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomimplementation.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdomimplementation.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-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.html14
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&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;feature, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="tqdomimplementation.html">TQDomImplementation</a>&nbsp;&amp;&nbsp;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>&nbsp;&amp; <a name="operator-eq"></a>TQDomImplementation::operator= ( const&nbsp;<a href="tqdomimplementation.html">TQDomImplementation</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="tqdomimplementation.html">TQDomImplementation</a>&nbsp;&amp;&nbsp;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>