QXmlStreamNotationDeclaration Class

Die Klasse QXmlStreamNotationDeclaration stellt eine DTD-Notationsdeklaration dar. Mehr...

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

Diese Klasse ist gleichwertig vergleichbar.

Hinweis: Alle Funktionen in dieser Klasse sind reentrant.

Öffentliche Funktionen

QXmlStreamNotationDeclaration()
QStringView name() const
QStringView publicId() const
QStringView systemId() const
QXmlStreamNotationDeclarations
bool operator!=(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)
bool operator==(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)

Detaillierte Beschreibung

Eine Notationsdeklaration besteht aus einem name(), einem systemId() und einem publicId().

Dokumentation der Mitgliedsfunktionen

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()

Erzeugt eine leere Notationserklärung.

QStringView QXmlStreamNotationDeclaration::name() const

Gibt den Namen der Notation zurück.

QStringView QXmlStreamNotationDeclaration::publicId() const

Gibt den öffentlichen Bezeichner zurück.

QStringView QXmlStreamNotationDeclaration::systemId() const

Gibt den Systembezeichner zurück.

Verwandte Nicht-Mitglieder

QXmlStreamNotationDeclarations

Synonym für QList<QXmlStreamNotationDeclaration>.

[noexcept] bool operator!=(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)

Vergleicht die Notationsangabe lhs mit rhs und gibt true zurück, wenn sie nicht gleich sind; andernfalls wird false zurückgegeben.

[noexcept] bool operator==(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)

Vergleicht die Notationsdeklaration lhs mit rhs und gibt true zurück, wenn sie gleich sind; andernfalls wird false zurückgegeben.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.