summaryrefslogtreecommitdiffstats
path: root/doc/html/qxmllexicalhandler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qxmllexicalhandler.html')
-rw-r--r--doc/html/qxmllexicalhandler.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qxmllexicalhandler.html b/doc/html/qxmllexicalhandler.html
index b906714d..fc0bce23 100644
--- a/doc/html/qxmllexicalhandler.html
+++ b/doc/html/qxmllexicalhandler.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
report the lexical 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="qxmllexicalhandler-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -72,7 +72,7 @@ LexicalHandler.
<p> <p>See also <a href="qxmldtdhandler.html">TQXmlDTDHandler</a>, <a href="qxmldeclhandler.html">TQXmlDeclHandler</a>, <a href="qxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="qxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="qxmlerrorhandler.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&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;ch )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="comment"></a>TQXmlLexicalHandler::comment ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="endEntity"></a>TQXmlLexicalHandler::endEntity ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;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="qxmlcontenthandler.html#skippedEntity">TQXmlContentHandler::skippedEntity</a>(), and <a href="qxmlsimplereader.html#setFeature">TQXmlSimpleReader::setFeature</a>().
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="errorString"></a>TQXmlLexicalHandler::errorString ()<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqstring.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&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="startDTD"></a>TQXmlLexicalHandler::startDTD ( 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 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="qstring.html#TQString-null">TQString::null</a>. If the system identifier is missing, <em>systemId</em> is
+<a href="ntqstring.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&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [pure virtual]</tt>
+<h3 class=fn>bool <a name="startEntity"></a>TQXmlLexicalHandler::startEntity ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [pure virtual]</tt>
</h3>
<p> The reader calls this function to report the start of an entity