QXmlStreamNotationDeclaration 类
QXmlStreamNotationDeclaration 类表示一个 DTD 符号声明。 更多...
头文件 | #include <QXmlStreamNotationDeclaration> |
CMake | find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake | QT += core |
- 所有成员列表,包括继承成员
- QXmlStreamNotationDeclaration 是 XML 类的一部分。XML 类.
注意: 此类中所有函数都是可重入的。
公开函数
QXmlStreamNotationDeclaration() | |
QStringView | name() const |
QStringView | publicId() const |
QStringView | systemId() const |
bool | operator!=(const QXmlStreamNotationDeclaration &other) const |
bool | operator==(const QXmlStreamNotationDeclaration &other) const |
相关非成员
成员函数文档
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()
创建一个空的符号声明。
QStringView QXmlStreamNotationDeclaration::name() const
返回符号名称。
QStringView QXmlStreamNotationDeclaration::publicId() const
返回公共标识符。
QStringView QXmlStreamNotationDeclaration::systemId() const
返回系统标识符。
bool QXmlStreamNotationDeclaration::operator!=(const QXmlStreamNotationDeclaration &other) const
将此符号声明与 other 进行比较,如果不等则返回 true
;否则返回 false
。
bool QXmlStreamNotationDeclaration::operator==(const QXmlStreamNotationDeclaration &other) const
比较此命名空间声明与other,如果它们相等则返回true
;否则返回false
。
© 2024 Qt公司有限公司。此处包含的文档贡献是各自所有者的版权。此处提供的文档是根据自由软件基金会发布的GNU自由文档许可证版本1.3的条款许可的。Qt及其相关标志是芬兰及世界上其它国家Qt公司的商标。所有其他商标均为各自所有者的财产。