diff options
Diffstat (limited to 'doc/html/tqdomnamednodemap.html')
-rw-r--r-- | doc/html/tqdomnamednodemap.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqdomnamednodemap.html b/doc/html/tqdomnamednodemap.html index 79f47aba5..f7b18dd04 100644 --- a/doc/html/tqdomnamednodemap.html +++ b/doc/html/tqdomnamednodemap.html @@ -105,8 +105,8 @@ Destroys the object and frees its resources. <h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const <a href="tqstring.html">TQString</a> & name ) const </h3> -Returns TRUE if the map contains a node called <em>name</em>; otherwise -returns FALSE. +Returns true if the map contains a node called <em>name</em>; otherwise +returns false. <h3 class=fn>uint <a name="count"></a>TQDomNamedNodeMap::count () const </h3> @@ -142,8 +142,8 @@ the namespace URI <em>nsURI</em>. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomNamedNodeMap::operator!= ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) const </h3> -Returns TRUE if <em>n</em> and this named node map are not equal; -otherwise returns FALSE. +Returns true if <em>n</em> and this named node map are not equal; +otherwise returns false. <h3 class=fn><a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & <a name="operator-eq"></a>TQDomNamedNodeMap::operator= ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) </h3> @@ -151,8 +151,8 @@ Assigns <em>n</em> to this named node map. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNamedNodeMap::operator== ( const <a href="tqdomnamednodemap.html">TQDomNamedNodeMap</a> & n ) const </h3> -Returns TRUE if <em>n</em> and this named node map are equal; otherwise -returns FALSE. +Returns true if <em>n</em> and this named node map are equal; otherwise +returns false. <h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const <a href="tqstring.html">TQString</a> & name ) </h3> |