From ccfe9a0190fd9cac0cf7d1af0b0bdc45380210da Mon Sep 17 00:00:00 2001 From: Honglei Zhang Date: Wed, 21 Mar 2012 13:33:00 +0200 Subject: Update QtXmlPatterns module name in documentation 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 --- src/xmlpatterns/api/qxmlschema.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xmlpatterns/api/qxmlschema.cpp') diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp index 6bf4e5c..00a4b69 100644 --- a/src/xmlpatterns/api/qxmlschema.cpp +++ b/src/xmlpatterns/api/qxmlschema.cpp @@ -264,13 +264,13 @@ void QXmlSchema::setUriResolver(const QAbstractUriResolver *resolver) /*! Returns the schema's URI resolver. If no URI resolver has been set, - QtXmlPatterns will use the URIs in schemas as they are. + Qt XML Patterns will use the URIs in schemas as they are. The URI resolver provides a level of abstraction, or \e{polymorphic URIs}. A resolver can rewrite \e{logical} URIs to physical ones, or it can translate obsolete or invalid URIs to valid ones. - When QtXmlPatterns calls QAbstractUriResolver::resolve() the + When Qt XML Patterns calls QAbstractUriResolver::resolve() the absolute URI is the URI mandated by the schema specification, and the relative URI is the URI specified by the user. -- cgit v1.2.1