QXmlStreamNotationDeclaration Class

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

Header: #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 を返します。

©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。