The PySide.QtCore.QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a PySide.QtCore.QXmlStreamEntityDeclaration.name() , a PySide.QtCore.QXmlStreamEntityDeclaration.notationName() , a PySide.QtCore.QXmlStreamEntityDeclaration.systemId() , a PySide.QtCore.QXmlStreamEntityDeclaration.publicId() , and a PySide.QtCore.QXmlStreamEntityDeclaration.value() .
| Parameters: | arg__1 – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|
Creates an empty entity declaration.
Creates a copy of other .
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the entity name.
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the notation name.
| Parameters: | other – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|---|
| Return type: | PySide.QtCore.bool |
Compares this entity declaration with other and returns true if they are not equal; otherwise returns false.
| Parameters: | other – PySide.QtCore.QXmlStreamEntityDeclaration |
|---|---|
| Return type: | PySide.QtCore.bool |
Compares this entity declaration with other and returns true if they are equal; otherwise returns false.
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the public identifier.
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the system identifier.
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the entity’s value.