summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomelement.html
diff options
context:
space:
mode:
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>