The QXmlStreamNotationDeclaration class represents a DTD notation declaration. 更多...
| 头: | #include <QXmlStreamNotationDeclaration> |
| Since: | Qt 4.3 |
注意: 此类的所有函数 可重入 .
| QXmlStreamNotationDeclaration () | |
| QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration & other ) | |
| ~QXmlStreamNotationDeclaration () | |
| QStringRef | name () const |
| QStringRef | publicId () const |
| QStringRef | systemId () const |
| bool | operator!= (const QXmlStreamNotationDeclaration & other ) const |
| QXmlStreamNotationDeclaration & | operator= (const 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 and returns true if they are not equal; otherwise returns false.
赋值 other 到此表示法声明。
比较此表示法声明与 other and returns true if they are equal; otherwise returns false.
同义词 QVector < QXmlStreamNotationDeclaration >.