From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qdomnodelist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qdomnodelist.html') 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 TQDomNode objec

Lists can be obtained by TQDomDocument::elementsByTagName() and -TQDomNode::childNodes(). The Document Object Model (DOM) retquires +TQDomNode::childNodes(). 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.

You can get a particular node from the list with item(). The -- cgit v1.2.1