Класс QXmlStreamEntityDeclaration
Класс QXmlStreamEntityDeclaration представляет объявление сущности DTD. Подробнее...
| Заголовок: | #include <QXmlStreamEntityDeclaration> |
| qmake: | QT += core |
| С момента: | Qt 4.3 |
Примечание: Все функции в этом классе являются реентерабельными.
Публичные функции
| QXmlStreamEntityDeclaration() | |
| QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &other) | |
| ~QXmlStreamEntityDeclaration() | |
| QStringRef | name() const |
| QStringRef | notationName() const |
| QStringRef | publicId() const |
| QStringRef | systemId() const |
| QStringRef | value() const |
| bool | operator!=(const QXmlStreamEntityDeclaration &other) const |
| QXmlStreamEntityDeclaration & | operator=(const QXmlStreamEntityDeclaration &other) |
| bool | operator==(const QXmlStreamEntityDeclaration &other) const |
Связанные нечлены
| typedef | QXmlStreamEntityDeclarations |
Подробное описание
Класс QXmlStreamEntityDeclaration представляет объявление сущности DTD.
Объявление сущности состоит из имени(), имени обозначения(), идентификатора системы(), общедоступного идентификатора() и значения().
Документация по членам-функциям
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()
Создаёт пустое объявление сущности.
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &other)
Создаёт копию other.
QXmlStreamEntityDeclaration::~QXmlStreamEntityDeclaration()
Уничтожает это объявление сущности.
QStringRef QXmlStreamEntityDeclaration::name() const
Возвращает имя сущности.
QStringRef QXmlStreamEntityDeclaration::notationName() const
Возвращает имя обозначения.
QStringRef QXmlStreamEntityDeclaration::publicId() const
Возвращает общедоступный идентификатор.
QStringRef QXmlStreamEntityDeclaration::systemId() const
Возвращает идентификатор системы.
QStringRef QXmlStreamEntityDeclaration::value() const
Возвращает значение сущности.
bool QXmlStreamEntityDeclaration::operator!=(const QXmlStreamEntityDeclaration &other) const
Сравнивает это объявление сущности с other и возвращает true, если они не равны; в противном случае возвращает false.
QXmlStreamEntityDeclaration &QXmlStreamEntityDeclaration::operator=(const QXmlStreamEntityDeclaration &other)
Присваивает other этому объявлению сущности.
bool QXmlStreamEntityDeclaration::operator==(const QXmlStreamEntityDeclaration &other) const
Сравнивает это объявление сущности с other и возвращает true, если они равны; в противном случае возвращает false.
Связанные нечлены
typedef QXmlStreamEntityDeclarations
Синоним для QVector<QXmlStreamEntityDeclaration>.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.6/qxmlstreamentitydeclaration.html