summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmlinputsource.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qxmlinputsource.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qxmlinputsource.html')
-rw-r--r--doc/html/qxmlinputsource.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qxmlinputsource.html b/doc/html/qxmlinputsource.html
index 4a2071617..4a66ba581 100644
--- a/doc/html/qxmlinputsource.html
+++ b/doc/html/qxmlinputsource.html
@@ -53,7 +53,7 @@ TQXmlReader subclasses.
</ul>
<h2>Protected Members</h2>
<ul>
-<li class=fn>virtual TQString <a href="#fromRawData"><b>fromRawData</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data, bool&nbsp;beginning = FALSE )</li>
+<li class=fn>virtual TQString <a href="#fromRawData"><b>fromRawData</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data, bool&nbsp;beginning = false )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -137,15 +137,15 @@ call to <a href="#next">next</a>() (if the data had run out).
<p> You don't normally need to use this function if you use next().
<p> <p>See also <a href="#data">data</a>(), <a href="#next">next</a>(), and <a href="#TQXmlInputSource">TQXmlInputSource</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fromRawData"></a>TQXmlInputSource::fromRawData ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, bool&nbsp;beginning = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fromRawData"></a>TQXmlInputSource::fromRawData ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, bool&nbsp;beginning = false )<tt> [virtual protected]</tt>
</h3>
This function reads the XML file from <em>data</em> and tries to
recognize the encoding. It converts the raw data <em>data</em> into a
<a href="ntqstring.html">TQString</a> and returns it. It tries its best to get the correct
encoding for the XML file.
-<p> If <em>beginning</em> is TRUE, this function assumes that the data
+<p> If <em>beginning</em> is true, this function assumes that the data
starts at the beginning of a new XML document and looks for an
-encoding declaration. If <em>beginning</em> is FALSE, it converts the
+encoding declaration. If <em>beginning</em> is false, it converts the
raw data using the encoding determined from prior calls.
<h3 class=fn><a href="qchar.html">TQChar</a> <a name="next"></a>TQXmlInputSource::next ()<tt> [virtual]</tt>