Класс QXmlStreamNotationDeclaration
Класс QXmlStreamNotationDeclaration представляет объявление обозначения DTD. Подробнее...
| Заголовок: | #include <QXmlStreamNotationDeclaration> |
| CMake: | find_package(Qt6 COMPONENTS Core REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Core) |
| qmake: | QT += core |
Примечание: Все функции в этом классе являются повторно входящими.
Открытые функции
| QXmlStreamNotationDeclaration() | |
| QStringView | name() const |
| QStringView | publicId() const |
| QStringView | systemId() const |
| bool | operator!=(const QXmlStreamNotationDeclaration &other) const |
| bool | operator==(const QXmlStreamNotationDeclaration &other) const |
Связанные нечлены
| QXmlStreamNotationDeclarations |
Подробное описание
Объявление обозначения состоит из имени, идентификатора системы и идентификатора общедоступности.
Документация по функциям-членам
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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qxmlstreamnotationdeclaration.html