QXmlStreamEntityDeclaration 類錶示 DTD 實體聲明。 更多...
| 頭: | #include <QXmlStreamEntityDeclaration> |
| qmake: | QT += core |
| Since: | Qt 4.3 |
該類在 Qt 4.3 引入。
注意: 此類的所有函數 可重入 .
| QXmlStreamEntityDeclaration (const QXmlStreamEntityDeclaration & other ) | |
| QXmlStreamEntityDeclaration () | |
| QXmlStreamEntityDeclaration & | operator= (const QXmlStreamEntityDeclaration & other ) |
| ~QXmlStreamEntityDeclaration () | |
| QStringRef | name () const |
| QStringRef | notationName () const |
| QStringRef | publicId () const |
| QStringRef | systemId () const |
| QStringRef | value () const |
| bool | operator!= (const QXmlStreamEntityDeclaration & other ) const |
| bool | operator== (const QXmlStreamEntityDeclaration & other ) const |
| typedef | QXmlStreamEntityDeclarations |
An entity declaration consists of a name (), notationName (), systemId (), publicId (), 和 value ().
創建副本為 other .
Creates an empty entity declaration.
賦值 other to this entity declaration.
Destructs this entity declaration.
Returns the entity name.
返迴錶示法名稱。
返迴公共標識符。
返迴係統標識符。
Returns the entity's value.
Compares this entity declaration with
other
並返迴
true
若它們不相等;否則返迴
false
.
Compares this entity declaration with
other
並返迴
true
若它們相等;否則返迴
false
.
同義詞 QVector < QXmlStreamEntityDeclaration >.