diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qxmllexicalhandler.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qxmllexicalhandler.html')
-rw-r--r-- | doc/html/qxmllexicalhandler.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qxmllexicalhandler.html b/doc/html/qxmllexicalhandler.html index b906714dd..fc0bce232 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 <<a href="qxml-h.html">qxml.h</a>></tt> +<p><tt>#include <<a href="qxml-h.html">ntqxml.h</a>></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 <a href="qstring.html">TQString</a> & ch )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="comment"></a>TQXmlLexicalHandler::comment ( const <a href="ntqstring.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="qstring.html">TQString</a> & name )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="endEntity"></a>TQXmlLexicalHandler::endEntity ( const <a href="ntqstring.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="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 <a href="qstring.html">TQString</a> & name, const <a href="qstring.html">TQString</a> & publicId, const <a href="qstring.html">TQString</a> & systemId )<tt> [pure virtual]</tt> +<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> <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 <a href="qstring.html">TQString</a> & name )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="startEntity"></a>TQXmlLexicalHandler::startEntity ( const <a href="ntqstring.html">TQString</a> & name )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report the start of an entity |