QXmlStreamNamespaceDeclaration Class
QXmlStreamNamespaceDeclaration クラスは、名前空間宣言を表します。詳細...
Header: | #include <QXmlStreamNamespaceDeclaration> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
- 継承メンバを含むすべてのメンバの一覧
- QXmlStreamNamespaceDeclarationは、XMLクラスの一部です。
このクラスは等価比較可能です。
注意:このクラスの関数はすべてリエントラントです。
パブリック関数
QXmlStreamNamespaceDeclaration() | |
QXmlStreamNamespaceDeclaration(const QString &prefix, const QString &namespaceUri) | |
QStringView | namespaceUri() const |
QStringView | prefix() const |
関連する非メンバー
QXmlStreamNamespaceDeclarations | |
bool | operator!=(const QXmlStreamNamespaceDeclaration &lhs, const QXmlStreamNamespaceDeclaration &rhs) |
bool | operator==(const QXmlStreamNamespaceDeclaration &lhs, const QXmlStreamNamespaceDeclaration &rhs) |
詳細説明
名前空間宣言はprefix() とnamespaceUri() で構成されます。
メンバ関数 ドキュメント
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration()
空の名前空間宣言を作成します。
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration(const QString &prefix, const QString &namespaceUri)
prefix とnamespaceUri を持つ名前空間宣言を作成します。
QStringView QXmlStreamNamespaceDeclaration::namespaceUri() const
namespaceUri を返します。
QStringView QXmlStreamNamespaceDeclaration::prefix() const
接頭辞を返します。
関連する非メンバ
QXmlStreamNamespaceDeclarations
QList<QXmlStreamNamespaceDeclaration> のシノニム。
[noexcept]
bool operator!=(const QXmlStreamNamespaceDeclaration &lhs, const QXmlStreamNamespaceDeclaration &rhs)
lhs 名前空間宣言をrhs と比較し、等しくない場合はtrue
を返し、等しくない場合はfalse
を返す。
[noexcept]
bool operator==(const QXmlStreamNamespaceDeclaration &lhs, const QXmlStreamNamespaceDeclaration &rhs)
lhs 名前空間宣言をrhs と比較し、等しい場合はtrue
を返し、そうでない場合はfalse
を返します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。