QXmlStreamNotationDeclaration Class

QXmlStreamNotationDeclaration クラスは、DTD記法宣言を表します。詳細...

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

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

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

パブリック関数

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)

詳細説明

記法宣言はname()、systemId()、publicId() で構成される。

メンバ関数ドキュメント

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()

空の表記宣言を作成する。

QStringView QXmlStreamNotationDeclaration::name() const

表記名を返す。

QStringView QXmlStreamNotationDeclaration::publicId() const

公開識別子を返します。

QStringView QXmlStreamNotationDeclaration::systemId() const

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

関連する非会員

QXmlStreamNotationDeclarations

QList<QXmlStreamNotationDeclaration>の対義語。

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

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

[noexcept] bool operator==(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &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.