summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlreader.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/tqxmlreader.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/tqxmlreader.html')
-rw-r--r--doc/html/tqxmlreader.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqxmlreader.html b/doc/html/tqxmlreader.html
index b6cf070fa..57107192e 100644
--- a/doc/html/tqxmlreader.html
+++ b/doc/html/tqxmlreader.html
@@ -135,22 +135,22 @@ own subclasses with <a href="#setEntityResolver">setEntityResolver</a>(), <a hre
<p> If the reader has the feature called <em>name</em>, the feature's value
is returned. If no such feature exists the return value is
undefined.
-<p> If <em>ok</em> is not 0: <em>*ok</em> is set to TRUE if the reader has the
-feature called <em>name</em>; otherwise <em>*ok</em> is set to FALSE.
+<p> If <em>ok</em> is not 0: <em>*ok</em> is set to true if the reader has the
+feature called <em>name</em>; otherwise <em>*ok</em> is set to false.
<p> <p>See also <a href="#setFeature">setFeature</a>() and <a href="#hasFeature">hasFeature</a>().
<h3 class=fn>bool <a name="hasFeature"></a>TQXmlReader::hasFeature ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const<tt> [pure virtual]</tt>
</h3>
-<p> Returns <tt>TRUE</tt> if the reader has the feature called <em>name</em>;
-otherwise returns FALSE.
+<p> Returns <tt>true</tt> if the reader has the feature called <em>name</em>;
+otherwise returns false.
<p> <p>See also <a href="#feature">feature</a>() and <a href="#setFeature">setFeature</a>().
<h3 class=fn>bool <a name="hasProperty"></a>TQXmlReader::hasProperty ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const<tt> [pure virtual]</tt>
</h3>
-<p> Returns TRUE if the reader has the property <em>name</em>; otherwise
-returns FALSE.
+<p> Returns true if the reader has the property <em>name</em>; otherwise
+returns false.
<p> <p>See also <a href="#property">property</a>() and <a href="#setProperty">setProperty</a>().
<h3 class=fn><a href="tqxmllexicalhandler.html">TQXmlLexicalHandler</a>&nbsp;* <a name="lexicalHandler"></a>TQXmlReader::lexicalHandler () const<tt> [pure virtual]</tt>
@@ -162,8 +162,8 @@ returns FALSE.
<h3 class=fn>bool <a name="parse"></a>TQXmlReader::parse ( const&nbsp;<a href="tqxmlinputsource.html">TQXmlInputSource</a>&nbsp;*&nbsp;input )<tt> [pure virtual]</tt>
</h3>
-<p> Reads an XML document from <em>input</em> and parses it. Returns TRUE if
-the parsing was successful; otherwise returns FALSE.
+<p> Reads an XML document from <em>input</em> and parses it. Returns true if
+the parsing was successful; otherwise returns false.
<p>Example: <a href="xml-sax-walkthrough.html#x2139">xml/tagreader/tagreader.cpp</a>.
<h3 class=fn>bool <a name="parse-2"></a>TQXmlReader::parse ( const&nbsp;<a href="tqxmlinputsource.html">TQXmlInputSource</a>&nbsp;&amp;&nbsp;input )<tt> [pure virtual]</tt>
@@ -177,7 +177,7 @@ the parsing was successful; otherwise returns FALSE.
<p> If the reader has the property <em>name</em>, this function returns the
value of the property; otherwise the return value is undefined.
<p> If <em>ok</em> is not 0: if the reader has the <em>name</em> property <em>*ok</em>
-is set to TRUE; otherwise <em>*ok</em> is set to FALSE.
+is set to true; otherwise <em>*ok</em> is set to false.
<p> <p>See also <a href="#setProperty">setProperty</a>() and <a href="#hasProperty">hasProperty</a>().
<h3 class=fn>void <a name="setContentHandler"></a>TQXmlReader::setContentHandler ( <a href="tqxmlcontenthandler.html">TQXmlContentHandler</a>&nbsp;*&nbsp;handler )<tt> [pure virtual]</tt>