PySide.QtXml contents

Detailed Description

The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM.

To include the definitions of the module’s classes, use the following directive:

#include <QtXml>

To link against the module, add this line to your qmake .pro file:

QT += xml

Further XML support is provided by the Qt Solutions group who provide, for example, classes that support SOAP and MML with the Qt XML classes.

This module is part of the Qt Full Framework Edition and the Open Source Versions of Qt .