Описание класса QXmlStreamNamespaceDeclaration [Модуль QtCore]
The QXmlStreamNamespaceDeclaration class represents a namespace declaration. Далее...
#include <QXmlStreamNamespaceDeclaration> Замечание: все функции этого класса реентерабильны.
Класс был добавлен в 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 )
Создаёт копию other.
QXmlStreamNamespaceDeclaration::QXmlStreamNamespaceDeclaration ( const QString & prefix, const QString & namespaceUri )
Creates a namespace declaration with prefix and namespaceUri.
Эта функция была введена в Qt 4.4.
QXmlStreamNamespaceDeclaration::~QXmlStreamNamespaceDeclaration ()
Destructs this namespace declaration.
QStringRef QXmlStreamNamespaceDeclaration::namespaceUri () const
Returns the namespaceUri.
QStringRef QXmlStreamNamespaceDeclaration::prefix () const
Возвращает префикс.
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>.
|