The QXmlStreamNotationDeclaration class represents a DTD notation declaration. 更多...
| 頭: | #include <QXmlStreamNotationDeclaration> |
| qmake: | QT += core |
| Since: | Qt 4.3 |
注意: 此類的所有函數 可重入 .
| QXmlStreamNotationDeclaration () | |
| QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration & other ) | |
| QXmlStreamNotationDeclaration (QXmlStreamNotationDeclaration && other ) | |
| ~QXmlStreamNotationDeclaration () | |
| QStringRef | name () const |
| QStringRef | publicId () const |
| QStringRef | systemId () const |
| bool | operator!= (const QXmlStreamNotationDeclaration & other ) const |
| QXmlStreamNotationDeclaration & | operator= (const QXmlStreamNotationDeclaration & other ) |
| QXmlStreamNotationDeclaration & | operator= (QXmlStreamNotationDeclaration && other ) |
| bool | operator== (const QXmlStreamNotationDeclaration & other ) const |
| typedef | QXmlStreamNotationDeclarations |
The QXmlStreamNotationDeclaration class represents a DTD notation declaration.
錶示法聲明組成由 name (), systemId (), 和 publicId ().
創建空錶示法聲明。
創建副本為 other .
移動拷貝構造函數。
Destructs this notation declaration.
返迴錶示法名稱。
返迴公共標識符。
返迴係統標識符。
比較此錶示法聲明與
other
並返迴
true
若它們不相等;否則返迴
false
.
賦值 other 到此錶示法聲明。
移動賦值運算符。
比較此錶示法聲明與
other
並返迴
true
若它們相等;否則返迴
false
.
同義詞 QVector < QXmlStreamNotationDeclaration >.