From c58287d19fb34336c5c718ebf2fbebfb64e49630 Mon Sep 17 00:00:00 2001 From: Arnab Datta Date: Thu, 15 Mar 2012 16:36:05 +0100 Subject: [PATCH] Tagged the following files as part of the QtXmlPatterns module Change-Id: Ib63e31c1105779f01764f32936007216c79655e6 Reviewed-by: Casper van Donderen --- src/xmlpatterns/api/qabstractmessagehandler.cpp | 2 +- src/xmlpatterns/api/qabstracturiresolver.cpp | 2 +- src/xmlpatterns/api/qabstractxmlforwarditerator.cpp | 1 + src/xmlpatterns/api/qabstractxmlnodemodel.cpp | 3 +++ src/xmlpatterns/api/qabstractxmlreceiver.cpp | 1 + src/xmlpatterns/api/qsimplexmlnodemodel.cpp | 1 + src/xmlpatterns/api/qsourcelocation.cpp | 1 + src/xmlpatterns/api/qxmlformatter.cpp | 1 + src/xmlpatterns/api/qxmlname.cpp | 2 +- src/xmlpatterns/api/qxmlquery.cpp | 1 + src/xmlpatterns/api/qxmlresultitems.cpp | 1 + src/xmlpatterns/api/qxmlschema.cpp | 1 + src/xmlpatterns/api/qxmlschemavalidator.cpp | 1 + src/xmlpatterns/api/qxmlserializer.cpp | 1 + tools/xmlpatterns/qapplicationargument.cpp | 1 + tools/xmlpatterns/qapplicationargumentparser.cpp | 1 + 16 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/xmlpatterns/api/qabstractmessagehandler.cpp b/src/xmlpatterns/api/qabstractmessagehandler.cpp index f573dde..3f4464b 100644 --- a/src/xmlpatterns/api/qabstractmessagehandler.cpp +++ b/src/xmlpatterns/api/qabstractmessagehandler.cpp @@ -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 diff --git a/src/xmlpatterns/api/qabstracturiresolver.cpp b/src/xmlpatterns/api/qabstracturiresolver.cpp index fe1a2ad..3a3d61e 100644 --- a/src/xmlpatterns/api/qabstracturiresolver.cpp +++ b/src/xmlpatterns/api/qabstracturiresolver.cpp @@ -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 diff --git a/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp b/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp index 7d974e5..d2d0a69 100644 --- a/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp +++ b/src/xmlpatterns/api/qabstractxmlforwarditerator.cpp @@ -45,6 +45,7 @@ \reentrant \since 4.4 \ingroup xml-tools + \inmodule QtXmlPatterns \internal This abstract base class is for creating iterators for 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: diff --git a/src/xmlpatterns/api/qabstractxmlreceiver.cpp b/src/xmlpatterns/api/qabstractxmlreceiver.cpp index e8880b7..90d5d9c 100644 --- a/src/xmlpatterns/api/qabstractxmlreceiver.cpp +++ b/src/xmlpatterns/api/qabstractxmlreceiver.cpp @@ -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} diff --git a/src/xmlpatterns/api/qsimplexmlnodemodel.cpp b/src/xmlpatterns/api/qsimplexmlnodemodel.cpp index 8ac965e..5586932 100644 --- a/src/xmlpatterns/api/qsimplexmlnodemodel.cpp +++ b/src/xmlpatterns/api/qsimplexmlnodemodel.cpp @@ -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 diff --git a/src/xmlpatterns/api/qsourcelocation.cpp b/src/xmlpatterns/api/qsourcelocation.cpp index b021885..9f130ee 100644 --- a/src/xmlpatterns/api/qsourcelocation.cpp +++ b/src/xmlpatterns/api/qsourcelocation.cpp @@ -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, diff --git a/src/xmlpatterns/api/qxmlformatter.cpp b/src/xmlpatterns/api/qxmlformatter.cpp index 4e9196f..7ed77af 100644 --- a/src/xmlpatterns/api/qxmlformatter.cpp +++ b/src/xmlpatterns/api/qxmlformatter.cpp @@ -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. diff --git a/src/xmlpatterns/api/qxmlname.cpp b/src/xmlpatterns/api/qxmlname.cpp index 53d8155..19f1437 100644 --- a/src/xmlpatterns/api/qxmlname.cpp +++ b/src/xmlpatterns/api/qxmlname.cpp @@ -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 diff --git a/src/xmlpatterns/api/qxmlquery.cpp b/src/xmlpatterns/api/qxmlquery.cpp index c254843..c3552d5 100644 --- a/src/xmlpatterns/api/qxmlquery.cpp +++ b/src/xmlpatterns/api/qxmlquery.cpp @@ -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 diff --git a/src/xmlpatterns/api/qxmlresultitems.cpp b/src/xmlpatterns/api/qxmlresultitems.cpp index 1117e86..48bac08 100644 --- a/src/xmlpatterns/api/qxmlresultitems.cpp +++ b/src/xmlpatterns/api/qxmlresultitems.cpp @@ -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 diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp index a1dfe7a..6bf4e5c 100644 --- a/src/xmlpatterns/api/qxmlschema.cpp +++ b/src/xmlpatterns/api/qxmlschema.cpp @@ -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 diff --git a/src/xmlpatterns/api/qxmlschemavalidator.cpp b/src/xmlpatterns/api/qxmlschemavalidator.cpp index ed867f9..3e0f050 100644 --- a/src/xmlpatterns/api/qxmlschemavalidator.cpp +++ b/src/xmlpatterns/api/qxmlschemavalidator.cpp @@ -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}. diff --git a/src/xmlpatterns/api/qxmlserializer.cpp b/src/xmlpatterns/api/qxmlserializer.cpp index ea77756..f43773c 100644 --- a/src/xmlpatterns/api/qxmlserializer.cpp +++ b/src/xmlpatterns/api/qxmlserializer.cpp @@ -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: diff --git a/tools/xmlpatterns/qapplicationargument.cpp b/tools/xmlpatterns/qapplicationargument.cpp index d400a59..01c467a 100644 --- a/tools/xmlpatterns/qapplicationargument.cpp +++ b/tools/xmlpatterns/qapplicationargument.cpp @@ -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: diff --git a/tools/xmlpatterns/qapplicationargumentparser.cpp b/tools/xmlpatterns/qapplicationargumentparser.cpp index 62bd3e2..811262c 100644 --- a/tools/xmlpatterns/qapplicationargumentparser.cpp +++ b/tools/xmlpatterns/qapplicationargumentparser.cpp @@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE \reentrant \internal \since 4.4 + \inmodule QtXmlPatterns QApplicationArgumentParser simplifies writing command line applications by taking care of: -- 2.7.4