Qt:Документация 4.3.2/qxmlstreamnotationdeclaration

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QXmlStreamNotationDeclaration Class Reference
[модуль QtXml ]

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...

 #include <QXmlStreamNotationDeclaration>

Note: All the functions in this class are reentrant.

This class was introduced in Qt 4.3.

[править] Открытые функции

[править] Связанные не-члены


[править] Подробное описание

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

An notation declaration consists of a name(), a systemId(), and a publicId().


[править] Описание функций-членов

[править]
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ()

Creates an empty notation declaration.

[править]
QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ( const QXmlStreamNotationDeclaration & other )

Creates a copy of other.

[править]
QXmlStreamNotationDeclaration::~QXmlStreamNotationDeclaration ()

Destructs this notation declaration.

[править]
QStringRef QXmlStreamNotationDeclaration::name () const

Returns the notation name.

[править]
QStringRef QXmlStreamNotationDeclaration::publicId () const

Returns the public identifier.

[править]
QStringRef QXmlStreamNotationDeclaration::systemId () const

Returns the system identifier.

[править]
bool QXmlStreamNotationDeclaration::operator!= ( const QXmlStreamNotationDeclaration & other ) const

Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.

[править]
QXmlStreamNotationDeclaration & QXmlStreamNotationDeclaration::operator= ( const QXmlStreamNotationDeclaration & other )

Assigns other to this notation declaration.

[править]
bool QXmlStreamNotationDeclaration::operator== ( const QXmlStreamNotationDeclaration & other ) const

Compares this notation declaration with other and returns true if they are equal; otherwise returns false.


[править] Связанные не-члены

[править]
typedef QXmlStreamNotationDeclarations

Synonym for QVector< QXmlStreamNotationDeclaration>.


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2