QXmlStreamNamespaceDeclaration 类表示名称空间声明。 更多...
| 头: | #include <QXmlStreamNamespaceDeclaration> |
| qmake: | QT += core |
| Since: | Qt 4.3 |
该类在 Qt 4.3 引入。
注意: 此类的所有函数 可重入 .
| QXmlStreamNamespaceDeclaration (const QXmlStreamNamespaceDeclaration & other ) | |
| QXmlStreamNamespaceDeclaration (const QString & prefix , const QString & namespaceUri ) | |
| QXmlStreamNamespaceDeclaration () | |
| QXmlStreamNamespaceDeclaration & | operator= (const QXmlStreamNamespaceDeclaration & other ) |
| ~QXmlStreamNamespaceDeclaration () | |
| QStringRef | namespaceUri () const |
| QStringRef | prefix () const |
| bool | operator!= (const QXmlStreamNamespaceDeclaration & other ) const |
| bool | operator== (const QXmlStreamNamespaceDeclaration & other ) const |
| typedef | QXmlStreamNamespaceDeclarations |
An namespace declaration consists of a prefix () 和 namespaceUri ().
创建副本为 other .
Creates a namespace declaration with prefix and namespaceUri .
该函数在 Qt 4.4 引入。
Creates an empty namespace declaration.
赋值 other to this namespace declaration.
Destructs this namespace declaration.
Returns the namespaceUri.
Returns the prefix.
Compares this namespace declaration with
other
并返回
true
若它们不相等;否则返回
false
.
Compares this namespace declaration with
other
并返回
true
若它们相等;否则返回
false
.
同义词 QVector < QXmlStreamNamespaceDeclaration >.