summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
diff options
context:
space:
mode:
authorArnab Datta <arnab.datta@nokia.com>2012-03-15 16:36:05 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-16 10:02:54 +0100
commitc58287d19fb34336c5c718ebf2fbebfb64e49630 (patch)
tree95cd59a6bffdc526cf53f9ad7844cb95ca89af30 /src/xmlpatterns/api/qabstractxmlnodemodel.cpp
parent18b18510a53a27e375c1db73538108754a509e9e (diff)
downloadqtxmlpatterns-c58287d19fb34336c5c718ebf2fbebfb64e49630.tar.gz
Tagged the following files as part of the QtXmlPatterns module
Change-Id: Ib63e31c1105779f01764f32936007216c79655e6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qabstractxmlnodemodel.cpp')
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
index bc1d2a8..4e7c362 100644
--- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
+++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
@@ -79,6 +79,7 @@ bool QAbstractXmlNodeModel::isIgnorableInDeepEqual(const QXmlNodeModelIndex &n)
\threadsafe
\since 4.4
\ingroup xml-tools
+ \inmodule QtXmlPatterns
The QAbstractXmlNodeModel specifies the interface that a node model
must implement for that node model be accessible to the query engine
@@ -1098,6 +1099,7 @@ bool QAbstractXmlNodeModel::isDeepEqual(const QXmlNodeModelIndex &n1,
\since 4.4
\brief The QXmlItem class contains either an XML node or an atomic value.
\ingroup xml-tools
+ \inmodule QtXmlPatterns
In XQuery, all expressions evaluate to a sequence of items, where
each item is either an XML node or an atomic value. The query in the
@@ -1303,6 +1305,7 @@ bool QXmlItem::isNull() const
\reentrant
\since 4.4
\ingroup xml-tools
+ \inmodule QtXmlPatterns
QXmlNodeModelIndex is an index into an \l{QAbstractXmlNodeModel}
{XML node model}. It contains: