summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-03-30 13:56:26 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-03-30 13:56:26 (GMT)
commit09ce407aaa4a00013a606bf0011faf6cbc654c72 (patch)
treef3487c2db04a3a1342d0b6b183d5c744d1a4066f /src/xmlpatterns
parentded30f6933eb016dfac5d52e1aebce220492f514 (diff)
downloadQt-09ce407aaa4a00013a606bf0011faf6cbc654c72.zip
Qt-09ce407aaa4a00013a606bf0011faf6cbc654c72.tar.gz
Qt-09ce407aaa4a00013a606bf0011faf6cbc654c72.tar.bz2
Doc: Added links and notes to modules, ActiveQt and XMLPatterns docs.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r--src/xmlpatterns/api/qxmlresultitems.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlresultitems.cpp b/src/xmlpatterns/api/qxmlresultitems.cpp
index c474082..98c5bdc 100644
--- a/src/xmlpatterns/api/qxmlresultitems.cpp
+++ b/src/xmlpatterns/api/qxmlresultitems.cpp
@@ -70,6 +70,10 @@ QT_BEGIN_NAMESPACE
sequence and returns it, and current() always returns the QXmlItem
that next() returned the last time it was called.
+ \note When using the QXmlResultItems overload of QXmlQuery::evaluateTo()
+ to execute a query, it is advisable to create a new instance of this
+ class for each new set of results rather than reusing an old instance.
+
\sa QXmlItem::isNode(), QXmlItem::isAtomicValue(), QXmlNodeModelIndex
*/