diff options
Diffstat (limited to 'doc/html/tqdomimplementation.html')
-rw-r--r-- | doc/html/tqdomimplementation.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqdomimplementation.html b/doc/html/tqdomimplementation.html index 20ce626b0..d902d1aa6 100644 --- a/doc/html/tqdomimplementation.html +++ b/doc/html/tqdomimplementation.html @@ -109,7 +109,7 @@ create a <a href="tqdomdocument.html">TQDomDocument</a> with this document type. <h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const <a href="tqstring.html">TQString</a> & feature, const <a href="tqstring.html">TQString</a> & version )<tt> [virtual]</tt> </h3> -The function returns TRUE if TQDom implements the requested <em>version</em> of a <em>feature</em>; otherwise returns FALSE. +The function returns true if TQDom implements the requested <em>version</em> of a <em>feature</em>; otherwise returns false. <p> The currently supported features and their versions: <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Feature <th valign="top">Version @@ -118,13 +118,13 @@ The function returns TRUE if TQDom implements the requested <em>version</em> of <h3 class=fn>bool <a name="isNull"></a>TQDomImplementation::isNull () </h3> -Returns FALSE if the object was created by -<a href="tqdomdocument.html#implementation">TQDomDocument::implementation</a>(); otherwise returns TRUE. +Returns false if the object was created by +<a href="tqdomdocument.html#implementation">TQDomDocument::implementation</a>(); otherwise returns true. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomImplementation::operator!= ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) const </h3> -Returns TRUE if <em>x</em> and this DOM implementation object were -created from different TQDomDocuments; otherwise returns FALSE. +Returns true if <em>x</em> and this DOM implementation object were +created from different TQDomDocuments; otherwise returns false. <h3 class=fn><a href="tqdomimplementation.html">TQDomImplementation</a> & <a name="operator-eq"></a>TQDomImplementation::operator= ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) </h3> @@ -132,8 +132,8 @@ Assigns <em>x</em> to this DOM implementation. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomImplementation::operator== ( const <a href="tqdomimplementation.html">TQDomImplementation</a> & x ) const </h3> -Returns TRUE if <em>x</em> and this DOM implementation object were -created from the same <a href="tqdomdocument.html">TQDomDocument</a>; otherwise returns FALSE. +Returns true if <em>x</em> and this DOM implementation object were +created from the same <a href="tqdomdocument.html">TQDomDocument</a>; otherwise returns false. <!-- eof --> <hr><p> |