summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2012-03-21 13:33:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-22 11:03:31 +0100
commitccfe9a0190fd9cac0cf7d1af0b0bdc45380210da (patch)
treed4ba17559814c0e4c3c009abe466ac76a839c5d6 /src/xmlpatterns/api/qabstractxmlnodemodel.cpp
parentc58287d19fb34336c5c718ebf2fbebfb64e49630 (diff)
downloadqtxmlpatterns-ccfe9a0190fd9cac0cf7d1af0b0bdc45380210da.tar.gz
Update QtXmlPatterns module name in documentationqt-v5.0.0-alpha1
According to new module name convention, QtXmlPatterns is replaced with Qt XML Patterns in all documentation. Task-number: QTBUG-24775 Change-Id: I3bb3fffc29836dc1cd0e798dca48bfd9e2089821 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qabstractxmlnodemodel.cpp')
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
index 4e7c362..f300bc0 100644
--- a/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
+++ b/src/xmlpatterns/api/qabstractxmlnodemodel.cpp
@@ -87,7 +87,7 @@ bool QAbstractXmlNodeModel::isIgnorableInDeepEqual(const QXmlNodeModelIndex &n)
structure that can be queried as if the data were XML.
The node model represented by a subclass of QAbstractXmlNodeModel is
- meant to be accessed by the QtXmlPatterns query engine. If the API
+ meant to be accessed by the Qt XML Patterns query engine. If the API
seems a little strange in a few places, it is because the member
functions are called by the query engine as it evaluates an
XQuery. They aren't meant to be used programatically.
@@ -190,7 +190,7 @@ bool QAbstractXmlNodeModel::isIgnorableInDeepEqual(const QXmlNodeModelIndex &n)
\section1 Thread Safety
Because the node model can be accessed concurrently by threads in
- the QtXmlPatterns module, subclasses of QAbstractXmlNodeModel must
+ the Qt XML Patterns module, subclasses of QAbstractXmlNodeModel must
be written to be \l{Reentrancy and Thread-Safety}{thread-safe}.
Classes that simplify implementing thread-safety include QReadLocker
and QWriteLocker.
@@ -557,8 +557,8 @@ QAbstractXmlNodeModel::mapToSequence(const QXmlNodeModelIndex &ni,
available on AxisAttribute.
The value past in \a axis is not guaranteed based on what is used in
- a query. QtXmlPatterns may call this function arbitrarily with any
- value for \a axis. This is because QtXmlPatterns may rewrite queries
+ a query. Qt XML Patterns may call this function arbitrarily with any
+ value for \a axis. This is because Qt XML Patterns may rewrite queries
to be more efficient, using axes in different ways from the original
query.
@@ -750,7 +750,7 @@ QAbstractXmlNodeModel::iterate(const QXmlNodeModelIndex &ni,
/*!
\fn QXmlNodeModelIndex QAbstractXmlNodeModel::nextFromSimpleAxis(SimpleAxis axis, const QXmlNodeModelIndex &origin) const
- When QtXmlPatterns evaluate path expressions, it emulate them through a
+ When Qt XML Patterns evaluate path expressions, it emulate them through a
combination of calls with QSimpleXmlNodeModel::SimpleAxis values. Therefore,
the implementation of this function must return the node, if any, that
appears on the \a axis emanating from the \a origin.
@@ -1111,7 +1111,7 @@ bool QAbstractXmlNodeModel::isDeepEqual(const QXmlNodeModelIndex &n1,
in base64), a date, a float, and an attribute.
QXmlItem is the class that represents these XQuery items in the
- QtXmlPatterns API. A non-null instance of QXmlItem is either a node
+ Qt XML Patterns API. A non-null instance of QXmlItem is either a node
or an atomic value. Calling isNode() or isAtomicValue() tells you
which it is. Atomic values are represented elsewhere in the Qt API
as instances of QVariant, and an instance of QXmlItem that