diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qdomnodelist.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qdomnodelist.html')
-rw-r--r-- | doc/html/qdomnodelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdomnodelist.html b/doc/html/qdomnodelist.html index a3050b42b..38c3104ba 100644 --- a/doc/html/qdomnodelist.html +++ b/doc/html/qdomnodelist.html @@ -57,7 +57,7 @@ The TQDomNodeList class is a list of <a href="qdomnode.html">TQDomNode</a> objec <p> <p> Lists can be obtained by <a href="qdomdocument.html#elementsByTagName">TQDomDocument::elementsByTagName</a>() and -<a href="qdomnode.html#childNodes">TQDomNode::childNodes</a>(). The Document Object Model (DOM) retquires +<a href="qdomnode.html#childNodes">TQDomNode::childNodes</a>(). The Document Object Model (DOM) requires these lists to be "live": whenever you change the underlying document, the contents of the list will get updated. <p> You can get a particular node from the list with <a href="#item">item</a>(). The |