IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt XML C++ Classes

The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt XML C++ Classes

The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.

Detailed Description

Note that the module will not receive additional features anymore. For reading or writing XML documents iteratively (SAX), we recommend using Qt Core's QXmlStreamReader and QXmlStreamWriter classes. The classes are both easier to use and more compliant with the XML standard.

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

 
Sélectionnez
#include <QtXml>

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

 
Sélectionnez
QT += xml

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+