summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api/qxmlschemavalidator.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-11-27 16:01:16 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-11-27 16:01:26 (GMT)
commit56c8393c5830045f599a22edbe4fd17c18dc827d (patch)
tree0bda8c988706930beab2c204a1447092a43d7741 /src/xmlpatterns/api/qxmlschemavalidator.cpp
parent71c2cfee4bcd81b2552b66b676895dcd9a6a794b (diff)
parentf93097671f512f38790ba2d56bd5b1e037810266 (diff)
downloadQt-56c8393c5830045f599a22edbe4fd17c18dc827d.zip
Qt-56c8393c5830045f599a22edbe4fd17c18dc827d.tar.gz
Qt-56c8393c5830045f599a22edbe4fd17c18dc827d.tar.bz2
Merge commit 'upstream/4.6' into oslo-staging-2/4.6
Diffstat (limited to 'src/xmlpatterns/api/qxmlschemavalidator.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschemavalidator.cpp b/src/xmlpatterns/api/qxmlschemavalidator.cpp
index 11e0417..682d34f 100644
--- a/src/xmlpatterns/api/qxmlschemavalidator.cpp
+++ b/src/xmlpatterns/api/qxmlschemavalidator.cpp
@@ -71,6 +71,11 @@ QT_BEGIN_NAMESPACE
\snippet doc/src/snippets/qxmlschemavalidator/main.cpp 3
+ \section1 XML Schema Version
+
+ This class implements schema validation according to the \l{XML Schema} 1.0
+ specification.
+
\sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example}
*/