diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qxmldeclhandler.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qxmldeclhandler.html')
-rw-r--r-- | doc/html/qxmldeclhandler.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qxmldeclhandler.html b/doc/html/qxmldeclhandler.html index afbd325bd..30c44c4a5 100644 --- a/doc/html/qxmldeclhandler.html +++ b/doc/html/qxmldeclhandler.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } 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="qxmldeclhandler-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -63,7 +63,7 @@ content of XML data. <p> <p>See also <a href="qxmldtdhandler.html">TQXmlDTDHandler</a>, <a href="qxmlcontenthandler.html">TQXmlContentHandler</a>, <a href="qxmlentityresolver.html">TQXmlEntityResolver</a>, <a href="qxmlerrorhandler.html">TQXmlErrorHandler</a>, <a href="qxmllexicalhandler.html">TQXmlLexicalHandler</a>, and <a href="xml-tools.html">XML</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn>bool <a name="attributeDecl"></a>TQXmlDeclHandler::attributeDecl ( const <a href="qstring.html">TQString</a> & eName, const <a href="qstring.html">TQString</a> & aName, const <a href="qstring.html">TQString</a> & type, const <a href="qstring.html">TQString</a> & valueDefault, const <a href="qstring.html">TQString</a> & value )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="attributeDecl"></a>TQXmlDeclHandler::attributeDecl ( const <a href="ntqstring.html">TQString</a> & eName, const <a href="ntqstring.html">TQString</a> & aName, const <a href="ntqstring.html">TQString</a> & type, const <a href="ntqstring.html">TQString</a> & valueDefault, const <a href="ntqstring.html">TQString</a> & value )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report an attribute type @@ -73,7 +73,7 @@ attribute is reported. and the name of the attribute in <em>aName</em>. It passes a string that represents the attribute type in <em>type</em> and a string that represents the attribute default in <em>valueDefault</em>. This string -is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="qstring.html#TQString-null">TQString::null</a> (if +is one of "#IMPLIED", "#REQUIRED", "#FIXED" or <a href="ntqstring.html#TQString-null">TQString::null</a> (if none of the others applies). The reader passes the attribute's default value in <em>value</em>. If no default value is specified in the XML file, <em>value</em> is TQString::null. @@ -81,13 +81,13 @@ XML file, <em>value</em> is TQString::null. reports an error. The reader uses the function <a href="#errorString">errorString</a>() to get the error message. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="errorString"></a>TQXmlDeclHandler::errorString ()<tt> [pure virtual]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQXmlDeclHandler::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="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( 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="externalEntityDecl"></a>TQXmlDeclHandler::externalEntityDecl ( 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 a parsed external entity @@ -95,12 +95,12 @@ declaration. Only the effective (first) declaration for each entity is reported. <p> The reader passes the name of the entity in <em>name</em>, the public identifier in <em>publicId</em> and the system identifier in <em>systemId</em>. If there is no public identifier specified, it passes -<a href="qstring.html#TQString-null">TQString::null</a> in <em>publicId</em>. +<a href="ntqstring.html#TQString-null">TQString::null</a> in <em>publicId</em>. <p> If this function returns FALSE the reader stops parsing and reports an error. The reader uses the function <a href="#errorString">errorString</a>() to get the error message. -<h3 class=fn>bool <a name="internalEntityDecl"></a>TQXmlDeclHandler::internalEntityDecl ( const <a href="qstring.html">TQString</a> & name, const <a href="qstring.html">TQString</a> & value )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="internalEntityDecl"></a>TQXmlDeclHandler::internalEntityDecl ( const <a href="ntqstring.html">TQString</a> & name, const <a href="ntqstring.html">TQString</a> & value )<tt> [pure virtual]</tt> </h3> <p> The reader calls this function to report an internal entity |