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