diff options
Diffstat (limited to 'doc/html/tqxmlinputsource.html')
-rw-r--r-- | doc/html/tqxmlinputsource.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html index bf0d34cee..7de6fc959 100644 --- a/doc/html/tqxmlinputsource.html +++ b/doc/html/tqxmlinputsource.html @@ -137,7 +137,7 @@ 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 <a href="qbytearray.html">TQByteArray</a> & data, bool beginning = FALSE )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fromRawData"></a>TQXmlInputSource::fromRawData ( const <a href="tqbytearray.html">TQByteArray</a> & data, bool 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 @@ -174,7 +174,7 @@ Sets the data of the input source to <em>dat</em>. that data first. <p> <p>See also <a href="#data">data</a>(). -<h3 class=fn>void <a name="setData-2"></a>TQXmlInputSource::setData ( const <a href="qbytearray.html">TQByteArray</a> & dat )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData-2"></a>TQXmlInputSource::setData ( const <a href="tqbytearray.html">TQByteArray</a> & dat )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> The data <em>dat</em> is passed through the correct text-codec, before |