summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomelement.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/tqdomelement.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/tqdomelement.html')
-rw-r--r--doc/html/tqdomelement.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdomelement.html b/doc/html/tqdomelement.html
index 9b36750d6..1fa2f0469 100644
--- a/doc/html/tqdomelement.html
+++ b/doc/html/tqdomelement.html
@@ -194,18 +194,18 @@ they are encountered in a preorder traversal of the element tree.
<h3 class=fn>bool <a name="hasAttribute"></a>TQDomElement::hasAttribute ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
-Returns TRUE if this element has an attribute called <em>name</em>;
-otherwise returns FALSE.
+Returns true if this element has an attribute called <em>name</em>;
+otherwise returns false.
<h3 class=fn>bool <a name="hasAttributeNS"></a>TQDomElement::hasAttributeNS ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName ) const
</h3>
-Returns TRUE if this element has an attribute with the local name
+Returns true if this element has an attribute with the local name
<em>localName</em> and the namespace URI <em>nsURI</em>; otherwise returns
-FALSE.
+false.
<h3 class=fn>bool <a name="isElement"></a>TQDomElement::isElement () const<tt> [virtual]</tt>
</h3>
-Returns TRUE.
+Returns true.
<p>Reimplemented from <a href="tqdomnode.html#isElement">TQDomNode</a>.
<h3 class=fn><a href="tqdomnode.html#NodeType-enum">TQDomNode::NodeType</a> <a name="nodeType"></a>TQDomElement::nodeType () const<tt> [virtual]</tt>