summaryrefslogtreecommitdiffstats
path: root/doc/html/tqxmldtdhandler.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/tqxmldtdhandler.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/tqxmldtdhandler.html')
-rw-r--r--doc/html/tqxmldtdhandler.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqxmldtdhandler.html b/doc/html/tqxmldtdhandler.html
index ae1852b6d..693625e35 100644
--- a/doc/html/tqxmldtdhandler.html
+++ b/doc/html/tqxmldtdhandler.html
@@ -64,13 +64,13 @@ and unparsed entity declarations using <a href="#notationDecl">notationDecl</a>(
<p> <p>See also <a href="tqxmldeclhandler.html">TQXmlDeclHandler</a>, <a href="tqxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="tqxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="tqxmllexicalhandler.html">TQXmlLexicalHandler</a>, and <a href="xml-tools.html">XML</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlDTDHandler::errorString ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="tqstring.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="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 class=fn>bool <a name="notationDecl"></a>TQXmlDTDHandler::notationDecl ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="tqstring.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="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 class=fn>bool <a name="unparsedEntityDecl"></a>TQXmlDTDHandler::unparsedEntityDecl ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;notationName )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function when it finds an unparsed entity