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/qxmlreader.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qxmlreader.html')
-rw-r--r-- | doc/html/qxmlreader.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qxmlreader.html b/doc/html/qxmlreader.html index 16a2ee49c..efb7a7f1d 100644 --- a/doc/html/qxmlreader.html +++ b/doc/html/qxmlreader.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } parsers). <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="qxmlsimplereader.html">TQXmlSimpleReader</a>. <p><a href="qxmlreader-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -130,7 +130,7 @@ own subclasses with <a href="#setEntityResolver">setEntityResolver</a>(), <a hre <p> Returns the error handler or 0 if none is set. <p> <p>See also <a href="#setErrorHandler">setErrorHandler</a>(). -<h3 class=fn>bool <a name="feature"></a>TQXmlReader::feature ( const <a href="qstring.html">TQString</a> & name, bool * ok = 0 ) const<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="feature"></a>TQXmlReader::feature ( const <a href="ntqstring.html">TQString</a> & name, bool * ok = 0 ) const<tt> [pure virtual]</tt> </h3> <p> If the reader has the feature called <em>name</em>, the feature's value @@ -140,14 +140,14 @@ undefined. feature called <em>name</em>; otherwise <em>*ok</em> is set to FALSE. <p> <p>See also <a href="#setFeature">setFeature</a>() and <a href="#hasFeature">hasFeature</a>(). -<h3 class=fn>bool <a name="hasFeature"></a>TQXmlReader::hasFeature ( const <a href="qstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="hasFeature"></a>TQXmlReader::hasFeature ( const <a href="ntqstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> </h3> <p> Returns <tt>TRUE</tt> if the reader has the feature called <em>name</em>; otherwise returns FALSE. <p> <p>See also <a href="#feature">feature</a>() and <a href="#setFeature">setFeature</a>(). -<h3 class=fn>bool <a name="hasProperty"></a>TQXmlReader::hasProperty ( const <a href="qstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="hasProperty"></a>TQXmlReader::hasProperty ( const <a href="ntqstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> </h3> <p> Returns TRUE if the reader has the property <em>name</em>; otherwise @@ -172,7 +172,7 @@ the parsing was successful; otherwise returns FALSE. <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn>void * <a name="property"></a>TQXmlReader::property ( const <a href="qstring.html">TQString</a> & name, bool * ok = 0 ) const<tt> [pure virtual]</tt> +<h3 class=fn>void * <a name="property"></a>TQXmlReader::property ( const <a href="ntqstring.html">TQString</a> & name, bool * ok = 0 ) const<tt> [pure virtual]</tt> </h3> <p> If the reader has the property <em>name</em>, this function returns the @@ -213,7 +213,7 @@ is set to TRUE; otherwise <em>*ok</em> is set to FALSE. <em>handler</em> is 0. <p> <p>See also <a href="#errorHandler">errorHandler</a>(). -<h3 class=fn>void <a name="setFeature"></a>TQXmlReader::setFeature ( const <a href="qstring.html">TQString</a> & name, bool value )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setFeature"></a>TQXmlReader::setFeature ( const <a href="ntqstring.html">TQString</a> & name, bool value )<tt> [pure virtual]</tt> </h3> <p> Sets the feature called <em>name</em> to the given <em>value</em>. If the @@ -227,7 +227,7 @@ reader doesn't have the feature nothing happens. <p> Sets the lexical handler to <em>handler</em>. <p> <p>See also <a href="#lexicalHandler">lexicalHandler</a>(). -<h3 class=fn>void <a name="setProperty"></a>TQXmlReader::setProperty ( const <a href="qstring.html">TQString</a> & name, void * value )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setProperty"></a>TQXmlReader::setProperty ( const <a href="ntqstring.html">TQString</a> & name, void * value )<tt> [pure virtual]</tt> </h3> <p> Sets the property <em>name</em> to <em>value</em>. If the reader doesn't have |