summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmlinputsource.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqxmlinputsource.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqxmlinputsource.html')
-rw-r--r--doc/html/tqxmlinputsource.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqxmlinputsource.html b/doc/html/tqxmlinputsource.html
index 628cd3849..5285e5939 100644
--- a/doc/html/tqxmlinputsource.html
+++ b/doc/html/tqxmlinputsource.html
@@ -116,9 +116,9 @@ file cannot be read the input source is empty.
</h3>
Destructor.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="data"></a>TQXmlInputSource::data ()<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="data"></a>TQXmlInputSource::data ()<tt> [virtual]</tt>
</h3>
-Returns the data the input source contains or <a href="ntqstring.html#TQString-null">TQString::null</a> if the
+Returns the data the input source contains or <a href="tqstring.html#TQString-null">TQString::null</a> if the
input source does not contain any data.
<p> <p>See also <a href="#setData">setData</a>(), <a href="#TQXmlInputSource">TQXmlInputSource</a>(), and <a href="#fetchData">fetchData</a>().
@@ -137,11 +137,11 @@ 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="tqstring.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
+<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
starts at the beginning of a new XML document and looks for an
@@ -167,7 +167,7 @@ input source for more than one parse.
<p> <p>See also <a href="#next">next</a>().
<p>Example: <a href="tagreader-with-features-example.html#x1975">xml/tagreader-with-features/tagreader.cpp</a>.
-<h3 class=fn>void <a name="setData"></a>TQXmlInputSource::setData ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dat )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setData"></a>TQXmlInputSource::setData ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;dat )<tt> [virtual]</tt>
</h3>
Sets the data of the input source to <em>dat</em>.
<p> If the input source already contains data, this function deletes