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 >.