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