diff options
Diffstat (limited to 'doc/html/tqxmlreader.html')
-rw-r--r-- | doc/html/tqxmlreader.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqxmlreader.html b/doc/html/tqxmlreader.html index 19d780600..614554732 100644 --- a/doc/html/tqxmlreader.html +++ b/doc/html/tqxmlreader.html @@ -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="ntqstring.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="tqstring.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="ntqstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="hasFeature"></a>TQXmlReader::hasFeature ( const <a href="tqstring.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="ntqstring.html">TQString</a> & name ) const<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="hasProperty"></a>TQXmlReader::hasProperty ( const <a href="tqstring.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="ntqstring.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="tqstring.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="ntqstring.html">TQString</a> & name, bool value )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setFeature"></a>TQXmlReader::setFeature ( const <a href="tqstring.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="ntqstring.html">TQString</a> & name, void * value )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setProperty"></a>TQXmlReader::setProperty ( const <a href="tqstring.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 |