Tagged the following files as part of the QtXmlPatterns module
authorArnab Datta <arnab.datta@nokia.com>
Thu, 15 Mar 2012 15:36:05 +0000 (16:36 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 16 Mar 2012 09:02:54 +0000 (10:02 +0100)
Change-Id: Ib63e31c1105779f01764f32936007216c79655e6
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
16 files changed:
src/xmlpatterns/api/qabstractmessagehandler.cpp
src/xmlpatterns/api/qabstracturiresolver.cpp
src/xmlpatterns/api/qabstractxmlforwarditerator.cpp
src/xmlpatterns/api/qabstractxmlnodemodel.cpp
src/xmlpatterns/api/qabstractxmlreceiver.cpp
src/xmlpatterns/api/qsimplexmlnodemodel.cpp
src/xmlpatterns/api/qsourcelocation.cpp
src/xmlpatterns/api/qxmlformatter.cpp
src/xmlpatterns/api/qxmlname.cpp
src/xmlpatterns/api/qxmlquery.cpp
src/xmlpatterns/api/qxmlresultitems.cpp
src/xmlpatterns/api/qxmlschema.cpp
src/xmlpatterns/api/qxmlschemavalidator.cpp
src/xmlpatterns/api/qxmlserializer.cpp
tools/xmlpatterns/qapplicationargument.cpp
tools/xmlpatterns/qapplicationargumentparser.cpp

index f573dde..3f4464b 100644 (file)
@@ -57,7 +57,7 @@ public:
   \threadsafe
   \since 4.4
   \ingroup xml-tools
-
+  \inmodule QtXmlPatterns
   \brief The QAbstractMessageHandler class provides a callback interface for handling messages.
 
   QAbstractMessageHandler is an abstract base class that provides a
index fe1a2ad..3a3d61e 100644 (file)
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
   \since 4.4
   \reentrant
   \ingroup xml-tools
-
+  \inmodule QtXmlPatterns
   A Uniform Resource Identifier (URI) is a string that uniquely
   identifies a resource. URIs are versatile global identifiers. It is
   often useful to transform a URI that identifies something logical
index 7d974e5..d2d0a69 100644 (file)
@@ -45,6 +45,7 @@
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
   \internal
 
   This abstract base class is for creating iterators for
index bc1d2a8..4e7c362 100644 (file)
@@ -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:
index e8880b7..90d5d9c 100644 (file)
@@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   QAbstractXmlReceiver is an abstract base class that provides
   a callback interface for receiving an \l {XQuery Sequence}
index 8ac965e..5586932 100644 (file)
@@ -70,6 +70,7 @@ public:
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   Subclassing QAbstractXmlNodeModel can be a significant task, because it
   requires implementing several, complex member functions. QSimpleXmlNodeModel
index b021885..9f130ee 100644 (file)
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
   \since 4.4
   \brief The QSourceLocation class identifies a location in a resource by URI, line, and column.
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   QSourceLocation is a simple value based class that has three
   properties, uri(), line(), and column(), that, taken together,
index 4e9196f..7ed77af 100644 (file)
@@ -84,6 +84,7 @@ QXmlFormatterPrivate::QXmlFormatterPrivate(const QXmlQuery &query,
    \reentrant
    \since 4.4
    \ingroup xml-tools
+   \inmodule QtXmlPatterns
 
    QXmlFormatter is a subclass of QXmlSerializer that formats the XML
    output to make it easier for humans to read.
index 53d8155..19f1437 100644 (file)
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.4
   \ingroup xml-tools
-
+  \inmodule QtXmlPatterns
   QXmlName represents the name of an XML node in a way that
   is both efficient and safe for comparing names. Normally,
   an XML node represents an XML element or attribute, but
index c254843..c3552d5 100644 (file)
@@ -63,6 +63,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   The QXmlQuery class compiles and executes queries written in the
   \l {http://www.w3.org/TR/xquery/}{XQuery language}. QXmlQuery is
index 1117e86..48bac08 100644 (file)
@@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   QXmlResultItems presents the evaluation of an associated query as a
   sequence of \l{QXmlItem}{QXmlItems}. The sequence is traversed by
index a1dfe7a..6bf4e5c 100644 (file)
@@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.6
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   The QXmlSchema class loads, compiles and validates W3C XML Schema files
   that can be used further for validation of XML instance documents via
index ed867f9..3e0f050 100644 (file)
@@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE
   \reentrant
   \since 4.6
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   The QXmlSchemaValidator class loads, parses an XML instance document and validates it
   against a W3C XML Schema that has been compiled with \l{QXmlSchema}.
index ea77756..f43773c 100644 (file)
@@ -97,6 +97,7 @@ QXmlSerializerPrivate::QXmlSerializerPrivate(const QXmlQuery &query,
   \reentrant
   \since 4.4
   \ingroup xml-tools
+  \inmodule QtXmlPatterns
 
   QXmlSerializer translates an \l {XQuery Sequence} {XQuery sequence}, usually
   the output of an QXmlQuery, into XML. Consider the example:
index d400a59..01c467a 100644 (file)
@@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
  \reentrant
  \internal
  \since 4.4
+ \inmodule QtXmlPatterns
 
  QApplicationArgument describes a valid command line argument,
  by having a set of characteristics:
index 62bd3e2..811262c 100644 (file)
@@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE
  \reentrant
  \internal
  \since 4.4
+ \inmodule QtXmlPatterns
 
  QApplicationArgumentParser simplifies writing command line applications by taking care of: