The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More...
Header: | #include <QXmlStreamNamespaceDeclaration> |
qmake: | QT += core |
Since: | Qt 4.3 |
This class was introduced in Qt 4.3.
Note: All functions in this class are reentrant.
QXmlStreamNamespaceDeclaration(const QXmlStreamNamespaceDeclaration &other) | |
QXmlStreamNamespaceDeclaration(const QString &prefix, const QString &namespaceUri) | |
QXmlStreamNamespaceDeclaration() | |
QXmlStreamNamespaceDeclaration & | operator=(const QXmlStreamNamespaceDeclaration &other) |
~QXmlStreamNamespaceDeclaration() | |
QStringRef | namespaceUri() const |
QStringRef | prefix() const |
bool | operator!=(const QXmlStreamNamespaceDeclaration &other) const |
bool | operator==(const QXmlStreamNamespaceDeclaration &other) const |
typedef | QXmlStreamNamespaceDeclarations |
An namespace declaration consists of a prefix() and a namespaceUri().
Creates a copy of other.
Creates a namespace declaration with prefix and namespaceUri.
This function was introduced in Qt 4.4.
Creates an empty namespace declaration.
Assigns other to this namespace declaration.
Destructs this namespace declaration.
Returns the namespaceUri.
Returns the prefix.
Compares this namespace declaration with other and returns true
if they are not equal; otherwise returns false
.
Compares this namespace declaration with other and returns true
if they are equal; otherwise returns false
.
Synonym for QVector<QXmlStreamNamespaceDeclaration>.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qxmlstreamnamespacedeclaration.html