PySide.QtCore.QXmlStreamNotationDeclaration class represents a DTD notation declaration.
An notation declaration consists of a PySide.QtCore.QXmlStreamNotationDeclaration.name() , PySide.QtCore.QXmlStreamNotationDeclaration.systemId() ,和 PySide.QtCore.QXmlStreamNotationDeclaration.publicId() .
| 参数: | arg__1 – PySide.QtCore.QXmlStreamNotationDeclaration |
|---|
Creates an empty notation declaration.
Creates a copy of other .
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the notation name.
| 参数: | other – PySide.QtCore.QXmlStreamNotationDeclaration |
|---|---|
| 返回类型: | PySide.QtCore.bool |
Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.
| 参数: | other – PySide.QtCore.QXmlStreamNotationDeclaration |
|---|---|
| 返回类型: | PySide.QtCore.bool |
Compares this notation declaration with other and returns true if they are equal; otherwise returns false.
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the public identifier.
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the system identifier.