summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmldtdhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmldtdhandler.html')
-rw-r--r--doc/html/qxmldtdhandler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qxmldtdhandler.html b/doc/html/qxmldtdhandler.html
index 971d7b7a..0ff34f25 100644
--- a/doc/html/qxmldtdhandler.html
+++ b/doc/html/qxmldtdhandler.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
DTD content of XML data.
<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>Inherited by <a href="qxmldefaulthandler.html">TQXmlDefaultHandler</a>.
<p><a href="qxmldtdhandler-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -64,13 +64,13 @@ and unparsed entity declarations using <a href="#notationDecl">notationDecl</a>(
<p> <p>See also <a href="qxmldeclhandler.html">TQXmlDeclHandler</a>, <a href="qxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="qxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="qxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="qxmllexicalhandler.html">TQXmlLexicalHandler</a>, and <a href="xml-tools.html">XML</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="errorString"></a>TQXmlDTDHandler::errorString ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlDTDHandler::errorString ()<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to get an error string if any of
the handler functions returns FALSE.
-<h3 class=fn>bool <a name="notationDecl"></a>TQXmlDTDHandler::notationDecl ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="notationDecl"></a>TQXmlDTDHandler::notationDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function when it has parsed a notation
@@ -82,7 +82,7 @@ system identifier.
reports an error. The reader uses the function <a href="#errorString">errorString</a>() to
get the error message.
-<h3 class=fn>bool <a name="unparsedEntityDecl"></a>TQXmlDTDHandler::unparsedEntityDecl ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;notationName )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="unparsedEntityDecl"></a>TQXmlDTDHandler::unparsedEntityDecl ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;notationName )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function when it finds an unparsed entity