#include <qxmlstream.h>
Definition at line 135 of file qxmlstream.h.
Public Member Functions | |
QXmlStreamAttribute () | |
QXmlStreamAttribute (const QString &qualifiedName, const QString &value) | |
QXmlStreamAttribute (const QString &namespaceUri, const QString &name, const QString &value) | |
QXmlStreamAttribute (const QXmlStreamAttribute &) | |
QXmlStreamAttribute & | operator= (const QXmlStreamAttribute &) |
~QXmlStreamAttribute () | |
QStringRef | namespaceUri () const |
QStringRef | name () const |
QStringRef | qualifiedName () const |
QStringRef | prefix () const |
QStringRef | value () const |
bool | isDefault () const |
bool | operator== (const QXmlStreamAttribute &other) const |
bool | operator!= (const QXmlStreamAttribute &other) const |
Friends | |
class | QXmlStreamReaderPrivate |
class | QXmlStreamAttributes |
QXmlStreamAttribute | ( | const QString & | qualifiedName, |
const QString & | value | ||
) |
QXmlStreamAttribute | ( | const QString & | namespaceUri, |
const QString & | name, | ||
const QString & | value | ||
) |
QXmlStreamAttribute | ( | const QXmlStreamAttribute & | ) |
~QXmlStreamAttribute | ( | ) |
QXmlStreamAttribute& operator= | ( | const QXmlStreamAttribute & | ) |
|
inline |
Definition at line 148 of file qxmlstream.h.
|
inline |
Definition at line 149 of file qxmlstream.h.
|
inline |
Definition at line 150 of file qxmlstream.h.
|
inline |
Definition at line 151 of file qxmlstream.h.
|
inline |
Definition at line 156 of file qxmlstream.h.
|
inline |
Definition at line 157 of file qxmlstream.h.
|
inline |
Definition at line 158 of file qxmlstream.h.
|
inline |
Definition at line 163 of file qxmlstream.h.
|
friend |
Definition at line 139 of file qxmlstream.h.
|
friend |
Definition at line 140 of file qxmlstream.h.