diff options
Diffstat (limited to 'doc/html/tqdomnodelist.html')
-rw-r--r-- | doc/html/tqdomnodelist.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdomnodelist.html b/doc/html/tqdomnodelist.html index 838f4d23e..8ce92088f 100644 --- a/doc/html/tqdomnodelist.html +++ b/doc/html/tqdomnodelist.html @@ -91,7 +91,7 @@ Destroys the object and frees its resources. Returns the node at position <em>index</em>. <p> If <em>index</em> is negative or if <em>index</em> >= <a href="#length">length</a>() then a null node is returned (i.e. a node for which <a href="tqdomnode.html#isNull">TQDomNode::isNull</a>() returns -TRUE). +true). <p> <p>See also <a href="#count">count</a>(). <h3 class=fn>uint <a name="length"></a>TQDomNodeList::length () const<tt> [virtual]</tt> @@ -101,8 +101,8 @@ Returns the number of nodes in the list. <h3 class=fn>bool <a name="operator!-eq"></a>TQDomNodeList::operator!= ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) const </h3> -Returns TRUE the node list <em>n</em> and this node list are not equal; -otherwise returns FALSE. +Returns true the node list <em>n</em> and this node list are not equal; +otherwise returns false. <h3 class=fn><a href="tqdomnodelist.html">TQDomNodeList</a> & <a name="operator-eq"></a>TQDomNodeList::operator= ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) </h3> @@ -110,8 +110,8 @@ Assigns <em>n</em> to this node list. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQDomNodeList::operator== ( const <a href="tqdomnodelist.html">TQDomNodeList</a> & n ) const </h3> -Returns TRUE if the node list <em>n</em> and this node list are equal; -otherwise returns FALSE. +Returns true if the node list <em>n</em> and this node list are equal; +otherwise returns false. <!-- eof --> <hr><p> |