QXmlStreamNamespaceDeclaration Class

The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More...

Header: #include <QXmlStreamNamespaceDeclaration>
CMake: find_package(Qt6 COMPONENTS Core REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core

Note: All functions in this class are reentrant.

Public Functions

QXmlStreamNamespaceDeclaration(const QString &prefix, const QString &namespaceUri)
QXmlStreamNamespaceDeclaration()
QStringView namespaceUri() const
QStringView prefix() const
bool operator!=(const QXmlStreamNamespaceDeclaration &other) const
bool operator==(const QXmlStreamNamespaceDeclaration &other) const
QXmlStreamNamespaceDeclarations

Detailed Description

An namespace declaration consists of a prefix() and a namespaceUri().

Member Function Documentation

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration(const QString &prefix, const QString &namespaceUri)

Creates a namespace declaration with prefix and namespaceUri.

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration()

Creates an empty namespace declaration.

QStringView QXmlStreamNamespaceDeclaration::namespaceUri() const

Returns the namespaceUri.

QStringView QXmlStreamNamespaceDeclaration::prefix() const

Returns the prefix.

bool QXmlStreamNamespaceDeclaration::operator!=(const QXmlStreamNamespaceDeclaration &other) const

Compares this namespace declaration with other and returns true if they are not equal; otherwise returns false.

bool QXmlStreamNamespaceDeclaration::operator==(const QXmlStreamNamespaceDeclaration &other) const

Compares this namespace declaration with other and returns true if they are equal; otherwise returns false.

Related Non-Members

QXmlStreamNamespaceDeclarations

Synonym for QList<QXmlStreamNamespaceDeclaration>.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qxmlstreamnamespacedeclaration.html