diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqxmllexicalhandler.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 <[email protected]>
Diffstat (limited to 'doc/html/tqxmllexicalhandler.html')
-rw-r--r-- | doc/html/tqxmllexicalhandler.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqxmllexicalhandler.html b/doc/html/tqxmllexicalhandler.html index fd399ea11..9c56063d6 100644 --- a/doc/html/tqxmllexicalhandler.html +++ b/doc/html/tqxmllexicalhandler.html @@ -72,7 +72,7 @@ LexicalHandler. <p> <p>See also <a href="tqxmldtdhandler.html">TQXmlDTDHandler</a>, <a href="tqxmldeclhandler.html">TQXmlDeclHandler</a>, <a href="tqxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="tqxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="tqxmlerrorhandler.html">TQXmlErrorHandler</a>, and <a href="xml-tools.html">XML</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn>bool <a name="comment"></a>TQXmlLexicalHandler::comment ( const <a href="ntqstring.html">TQString</a> & ch )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="comment"></a>TQXmlLexicalHandler::comment ( const <a href="tqstring.html">TQString</a> & ch )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report an XML comment anywhere @@ -101,7 +101,7 @@ reports an error. The reader uses the function <a href="#errorString">errorStrin get the error message. <p> <p>See also <a href="#startDTD">startDTD</a>(). -<h3 class=fn>bool <a name="endEntity"></a>TQXmlLexicalHandler::endEntity ( const <a href="ntqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="endEntity"></a>TQXmlLexicalHandler::endEntity ( const <a href="tqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report the end of an entity @@ -114,7 +114,7 @@ reports an error. The reader uses the function <a href="#errorString">errorStrin get the error message. <p> <p>See also <a href="#startEntity">startEntity</a>(), <a href="tqxmlcontenthandler.html#skippedEntity">TQXmlContentHandler::skippedEntity</a>(), and <a href="tqxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlLexicalHandler::errorString ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="errorString"></a>TQXmlLexicalHandler::errorString ()<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to get an error string if any of @@ -132,7 +132,7 @@ reports an error. The reader uses the function <a href="#errorString">errorStrin get the error message. <p> <p>See also <a href="#endCDATA">endCDATA</a>(). -<h3 class=fn>bool <a name="startDTD"></a>TQXmlLexicalHandler::startDTD ( 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="startDTD"></a>TQXmlLexicalHandler::startDTD ( 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 to report the start of a DTD @@ -140,7 +140,7 @@ declaration, if any. It reports the name of the document type in <em>name</em>, the public identifier in <em>publicId</em> and the system identifier in <em>systemId</em>. <p> If the public identifier is missing, <em>publicId</em> is set to -<a href="ntqstring.html#TQString-null">TQString::null</a>. If the system identifier is missing, <em>systemId</em> is +<a href="tqstring.html#TQString-null">TQString::null</a>. If the system identifier is missing, <em>systemId</em> is set to TQString::null. Note that it is not valid XML to have a public identifier but no system identifier; in such cases a parse error will occur. @@ -151,7 +151,7 @@ reports an error. The reader uses the function <a href="#errorString">errorStrin get the error message. <p> <p>See also <a href="#endDTD">endDTD</a>(). -<h3 class=fn>bool <a name="startEntity"></a>TQXmlLexicalHandler::startEntity ( const <a href="ntqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="startEntity"></a>TQXmlLexicalHandler::startEntity ( const <a href="tqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report the start of an entity |