QXmlStreamEntityDeclaration Class

QXmlStreamEntityDeclaration クラスは、DTD エンティティ宣言を表します。詳細...

ヘッダー #include <QXmlStreamEntityDeclaration>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core

このクラスは等価比較可能です。

注意:このクラスの関数はすべてリエントラントです。

パブリック関数

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)

詳細説明

実体宣言はname()、notationName()、systemId()、publicId()、value() から構成される。

メンバ関数ドキュメント

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()

空の実体宣言を作成します。

QStringView QXmlStreamEntityDeclaration::name() const

エンティティ名を返します。

QStringView QXmlStreamEntityDeclaration::notationName() const

表記名を返す。

QStringView QXmlStreamEntityDeclaration::publicId() const

公開識別子を返します。

QStringView QXmlStreamEntityDeclaration::systemId() const

システム識別子を返します。

QStringView QXmlStreamEntityDeclaration::value() const

エンティティの値を返します。

関連する非会員

QXmlStreamEntityDeclarations

QList<QXmlStreamEntityDeclaration>の対義語。

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

lhs の実体宣言をrhs と比較し、等しくなければtrue を返し、そうでなければfalse を返す。

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

lhs の実体宣言をrhs と比較し、等しければtrue を返し、そうでなければfalse を返す。

© 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.