QXmlStreamEntityDeclaration Class

Die Klasse QXmlStreamEntityDeclaration stellt eine DTD-Entitätsdeklaration dar. Mehr...

Kopfzeile: #include <QXmlStreamEntityDeclaration>
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

QXmlStreamEntityDeclaration()
QStringView name() const
QStringView notationName() const
QStringView publicId() const
QStringView systemId() const
QStringView value() const
QXmlStreamEntityDeclarations
bool operator!=(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)
bool operator==(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)

Detaillierte Beschreibung

Eine Entitätsdeklaration besteht aus einem name(), einem notationName(), einem systemId(), einem publicId() und einem value().

Dokumentation der Mitgliedsfunktionen

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()

Erzeugt eine leere Entitätsdeklaration.

QStringView QXmlStreamEntityDeclaration::name() const

Gibt den Namen der Entität zurück.

QStringView QXmlStreamEntityDeclaration::notationName() const

Gibt den Namen der Notation zurück.

QStringView QXmlStreamEntityDeclaration::publicId() const

Gibt den öffentlichen Bezeichner zurück.

QStringView QXmlStreamEntityDeclaration::systemId() const

Gibt den Systemidentifikator zurück.

QStringView QXmlStreamEntityDeclaration::value() const

Gibt den Wert der Entität zurück.

Verwandte Nicht-Mitglieder

QXmlStreamEntityDeclarations

Synonym für QList<QXmlStreamEntityDeclaration>.

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

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

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

Vergleicht die Entitätsdeklaration 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.