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