PySide.QtCore.QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a PySide.QtCore.QXmlStreamEntityDeclaration.name() , PySide.QtCore.QXmlStreamEntityDeclaration.notationName() , PySide.QtCore.QXmlStreamEntityDeclaration.systemId() , PySide.QtCore.QXmlStreamEntityDeclaration.publicId() ,和 PySide.QtCore.QXmlStreamEntityDeclaration.value() .
| 参数: | arg__1 – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|
Creates an empty entity declaration.
Creates a copy of other .
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the entity name.
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the notation name.
| 参数: | other – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|---|
| 返回类型: | PySide.QtCore.bool |
Compares this entity declaration with other and returns true if they are not equal; otherwise returns false.
| 参数: | other – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|---|
| 返回类型: | PySide.QtCore.bool |
Compares this entity 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.
| 返回类型: | PySide.QtCore.QStringRef |
|---|
Returns the entity's value.