summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmlsimplereader.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmlsimplereader.html')
-rw-r--r--doc/html/qxmlsimplereader.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qxmlsimplereader.html b/doc/html/qxmlsimplereader.html
index 57b112ab..7371220f 100644
--- a/doc/html/qxmlsimplereader.html
+++ b/doc/html/qxmlsimplereader.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
simple XML reader (parser).
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
-<p><tt>#include &lt;<a href="qxml-h.html">qxml.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qxml-h.html">ntqxml.h</a>&gt;</tt>
<p>Inherits <a href="qxmlreader.html">TQXmlReader</a>.
<p><a href="qxmlsimplereader-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -103,7 +103,7 @@ session will be started and the previous session lost.
parse function, i.e. it returns FALSE when the end of input is
reached without reaching the end of the XML file and the parsing
cannot be continued.
-<p> <p>See also <a href="#parseContinue">parseContinue</a>() and <a href="qsocket.html">TQSocket</a>.
+<p> <p>See also <a href="#parseContinue">parseContinue</a>() and <a href="ntqsocket.html">TQSocket</a>.
<p>Examples: <a href="tagreader-with-features-example.html#x1976">xml/tagreader-with-features/tagreader.cpp</a> and <a href="tagreader-example.html#x1905">xml/tagreader/tagreader.cpp</a>.
<h3 class=fn>bool <a name="parseContinue"></a>TQXmlSimpleReader::parseContinue ()<tt> [virtual]</tt>
@@ -128,7 +128,7 @@ parsing when it encounters this symbol, it is an error and FALSE
is returned.
<p> <p>See also <a href="#parse">parse</a>() and <a href="qxmlinputsource.html#next">TQXmlInputSource::next</a>().
-<h3 class=fn>void <a name="setFeature"></a>TQXmlSimpleReader::setFeature ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name, bool&nbsp;value )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setFeature"></a>TQXmlSimpleReader::setFeature ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, bool&nbsp;value )<tt> [virtual]</tt>
</h3>
Sets the state of the feature <em>name</em> to <em>value</em>:
<p> If the feature is not recognized, it is ignored.