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/tqxmldtdhandler.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/tqxmldtdhandler.html')
-rw-r--r-- | doc/html/tqxmldtdhandler.html | 6 |
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 <a href="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & systemId )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="notationDecl"></a>TQXmlDTDHandler::notationDecl ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqstring.html">TQString</a> & publicId, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & systemId, const <a href="ntqstring.html">TQString</a> & notationName )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="unparsedEntityDecl"></a>TQXmlDTDHandler::unparsedEntityDecl ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqstring.html">TQString</a> & publicId, const <a href="tqstring.html">TQString</a> & systemId, const <a href="tqstring.html">TQString</a> & notationName )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function when it finds an unparsed entity |