diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqxmlinputsource.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-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.html | 10 |
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 <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="qbytearray.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 -<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 <a href="ntqstring.html">TQString</a> & dat )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData"></a>TQXmlInputSource::setData ( const <a href="tqstring.html">TQString</a> & 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 |