Spec-Zone.ru › Qt 5.9

Класс QXmlStreamNotationDeclaration

Класс QXmlStreamNotationDeclaration представляет объявление DTD-нотации. Подробнее...

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

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

Открытые функции

QXmlStreamNotationDeclaration()
QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration &other)
QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration &&other)
~QXmlStreamNotationDeclaration()
QStringRef name() const
QStringRef publicId() const
QStringRef systemId() const
bool operator!=(const QXmlStreamNotationDeclaration &other) const
QXmlStreamNotationDeclaration & operator=(const QXmlStreamNotationDeclaration &other)
QXmlStreamNotationDeclaration & operator=(QXmlStreamNotationDeclaration &&other)
bool operator==(const QXmlStreamNotationDeclaration &other) const

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

typedef QXmlStreamNotationDeclarations

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

Класс QXmlStreamNotationDeclaration представляет объявление DTD-нотации.

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

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

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()

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

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration(const QXmlStreamNotationDeclaration &other)

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

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration &&other)

Конструктор перемещения.

QXmlStreamNotationDeclaration::~QXmlStreamNotationDeclaration()

Деструктор этого объявления нотации.

QStringRef QXmlStreamNotationDeclaration::name() const

Возвращает имя нотации.

QStringRef QXmlStreamNotationDeclaration::publicId() const

Возвращает общедоступный идентификатор.

QStringRef QXmlStreamNotationDeclaration::systemId() const

Возвращает идентификатор системы.

bool QXmlStreamNotationDeclaration::operator!=(const QXmlStreamNotationDeclaration &other) const

Сравнивает это объявление нотации с other и возвращает true, если они не равны; в противном случае возвращает false.

QXmlStreamNotationDeclaration &QXmlStreamNotationDeclaration::operator=(const QXmlStreamNotationDeclaration &other)

Присваивает other этому объявлению нотации.

QXmlStreamNotationDeclaration &QXmlStreamNotationDeclaration::operator=(QXmlStreamNotationDeclaration &&other)

Оператор присваивания перемещения.

bool QXmlStreamNotationDeclaration::operator==(const QXmlStreamNotationDeclaration &other) const

Сравнивает это объявление нотации с other и возвращает true, если они равны; в противном случае возвращает false.

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

typedef QXmlStreamNotationDeclarations

Синоним для QVector<QXmlStreamNotationDeclaration>.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.9/qxmlstreamnotationdeclaration.html

Spec-Zone.ru

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