QSimpleXmlNodeModel Class

The QSimpleXmlNodeModel class is an implementation of QAbstractXmlNodeModel sufficient for many common cases. More...

Header: #include <QSimpleXmlNodeModel>
qmake: QT += xmlpatterns
Since: Qt 4.4
Inherits: QAbstractXmlNodeModel

This class was introduced in Qt 4.4.

Note: All functions in this class are reentrant.

Detailed Description

Subclassing QAbstractXmlNodeModel can be a significant task, because it requires implementing several, complex member functions. QSimpleXmlNodeModel provides default implementations of these member functions that are suitable for a wide range of node models.

Subclasses of QSimpleXmlNodeModel must be thread-safe.