Spec-Zone.ru › Qt 5.9

Класс QXmlStreamEntityDeclaration

Класс QXmlStreamEntityDeclaration представляет объявление сущности DTD. Подробнее...

Заголовок: #include <QXmlStreamEntityDeclaration>
qmake: QT += core
С момента: Qt 4.3
  • Список всех членов, включая унаследованные

Примечание: Все функции в этом классе являются взаимоисключающими.

Публичные функции

QXmlStreamEntityDeclaration()
QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &other)
QXmlStreamEntityDeclaration(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)
QXmlStreamEntityDeclaration & operator=(QXmlStreamEntityDeclaration &&other)
bool operator==(const QXmlStreamEntityDeclaration &other) const

Связанные нечлены

typedef QXmlStreamEntityDeclarations

Подробное описание

Класс QXmlStreamEntityDeclaration представляет собой объявление сущности DTD.

Объявление сущности состоит из имени, имени обозначения, идентификатора системы, общего идентификатора и значения.

Документация функций-членов

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()

Создаёт пустое объявление сущности.

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration(const QXmlStreamEntityDeclaration &other)

Создаёт копию other.

QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration &&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 текущему объявлению сущности.

QXmlStreamEntityDeclaration &QXmlStreamEntityDeclaration::operator=(QXmlStreamEntityDeclaration &&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/qt-5.9/qxmlstreamentitydeclaration.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API