![]() |
Qt 6.x
The Qt SDK
|
#include <qxmlstream.h>
Collaboration diagram for QXmlStreamAttribute:Public Member Functions | |
| QXmlStreamAttribute () | |
| QXmlStreamAttribute (const QString &qualifiedName, const QString &value) | |
| QXmlStreamAttribute (const QString &namespaceUri, const QString &name, const QString &value) | |
| QStringView | namespaceUri () const |
| QStringView | name () const |
| QStringView | qualifiedName () const |
| QStringView | prefix () const |
| QStringView | value () const |
| bool | isDefault () const |
| bool | operator== (const QXmlStreamAttribute &other) const |
| bool | operator!= (const QXmlStreamAttribute &other) const |
Friends | |
| class | QXmlStreamReaderPrivate |
| class | QXmlStreamAttributes |
Definition at line 43 of file qxmlstream.h.
| QXmlStreamAttribute::QXmlStreamAttribute | ( | ) |
| QXmlStreamAttribute::QXmlStreamAttribute | ( | const QString & | namespaceUri, |
| const QString & | name, | ||
| const QString & | value | ||
| ) |
|
inline |
Definition at line 60 of file qxmlstream.h.
|
inline |
Definition at line 54 of file qxmlstream.h.
|
inline |
Definition at line 53 of file qxmlstream.h.
|
inline |
Definition at line 66 of file qxmlstream.h.
References operator==(), and other().
Here is the call graph for this function:
|
inline |
Definition at line 61 of file qxmlstream.h.
References other().
Here is the call graph for this function:
|
inline |
Definition at line 56 of file qxmlstream.h.
References QStringView::left(), and qMax().
Here is the call graph for this function:
|
inline |
Definition at line 55 of file qxmlstream.h.
|
inline |
Definition at line 59 of file qxmlstream.h.
|
friend |
Definition at line 47 of file qxmlstream.h.
|
friend |
Definition at line 46 of file qxmlstream.h.