QXmlStreamAttribute Class

The QXmlStreamAttribute class represents a single XML attribute. More...

Header: #include <QXmlStreamAttribute>
qmake: QT += core
Since: Qt 4.3

This class was introduced in Qt 4.3.

Note: All functions in this class are reentrant.

Detailed Description

An attribute consists of an optionally empty namespaceUri(), a name(), a value(), and an isDefault() attribute.

The raw XML attribute name is returned as qualifiedName().