Qt XML Patterns C++ Classes
The Qt XML Patterns module provides support for XPath, XQuery, XSLT and XML Schema validation. More...
Detailed Description
The Qt XML Patterns module provides support for XPath, XQuery, XSLT and XML Schema validation.
To include the definitions of the module's classes, use the following directive:
#include <QtXmlPatterns>
To link against the module, add this line to your qmake .pro
file:
QT += xmlpatterns