summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlinputsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqxmlinputsource.html')
-rw-r--r--doc/html/tqxmlinputsource.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html
index 665e55183..0e689f35c 100644
--- a/doc/html/tqxmlinputsource.html
+++ b/doc/html/tqxmlinputsource.html
@@ -52,7 +52,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>
@@ -136,15 +136,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="tqstring.html">TQString</a> <a name="fromRawData"></a>TQXmlInputSource::fromRawData ( const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, bool&nbsp;beginning = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fromRawData"></a>TQXmlInputSource::fromRawData ( const&nbsp;<a href="tqbytearray.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="tqstring.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="tqchar.html">TQChar</a> <a name="next"></a>TQXmlInputSource::next ()<tt> [virtual]</tt>