Qt:Документация 4.3.2/qxmlstreamnotationdeclaration
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[править] 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.
[править] Открытые функции
- QXmlStreamNotationDeclaration ()
- QXmlStreamNotationDeclaration ( const QXmlStreamNotationDeclaration & other )
- ~QXmlStreamNotationDeclaration ()
- QStringRef name () const
- QStringRef publicId () const
- QStringRef systemId () const
- bool operator!= ( const QXmlStreamNotationDeclaration & other ) const
- QXmlStreamNotationDeclaration & operator= ( const QXmlStreamNotationDeclaration & other )
- bool operator== ( const QXmlStreamNotationDeclaration & other ) const
[править] Связанные не-члены
- typedef QXmlStreamNotationDeclarations
[править] Подробное описание
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
|