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

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

Версия от 11:29, 6 ноября 2008; Root (Обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

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

Image:trolltech-logo.png

Содержание

QXmlStreamNamespaceDeclaration Class Reference
[модуль QtXml ]

The QXmlStreamNamespaceDeclaration class represents a namespace declaration. More...

 #include <QXmlStreamNamespaceDeclaration>

Note: All the functions in this class are reentrant.

This class was introduced in Qt 4.3.

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

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


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

The QXmlStreamNamespaceDeclaration class represents a namespace declaration.

An namespace declaration consists of a prefix() and a namespaceUri().


Описание функций-членов

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration ()

Creates an empty namespace declaration.

QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration ( const QXmlStreamNamespaceDeclaration & other )

Creates a copy of other.

QXmlStreamNamespaceDeclaration::~QXmlStreamNamespaceDeclaration ()

Destructs this namespace declaration.

QStringRef QXmlStreamNamespaceDeclaration::namespaceUri () const

Returns the namespaceUri.

QStringRef QXmlStreamNamespaceDeclaration::prefix () const

Returns the prefix.

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

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

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

Assigns other to this namespace declaration.

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

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


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

typedef QXmlStreamNamespaceDeclarations

Synonym for QVector< QXmlStreamNamespaceDeclaration>.


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2