QXmlStreamEntityDeclaration¶
The QXmlStreamEntityDeclaration
class represents a DTD entity declaration. More…
Synopsis¶
Functions¶
Detailed Description¶
An entity declaration consists of a name()
, a notationName()
, a systemId()
, a publicId()
, and a value()
.
- class PySide6.QtCore.QXmlStreamEntityDeclaration¶
PySide6.QtCore.QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration)
- Parameters
QXmlStreamEntityDeclaration –
PySide6.QtCore.QXmlStreamEntityDeclaration
Creates an empty entity declaration.
- PySide6.QtCore.QXmlStreamEntityDeclaration.name()¶
- Return type
QStringView
Returns the entity name.
- PySide6.QtCore.QXmlStreamEntityDeclaration.notationName()¶
- Return type
QStringView
Returns the notation name.
- PySide6.QtCore.QXmlStreamEntityDeclaration.__ne__(other)¶
- Parameters
- Return type
bool
Compares this entity declaration with other
and returns true
if they are not equal; otherwise returns false
.
- PySide6.QtCore.QXmlStreamEntityDeclaration.__eq__(other)¶
- Parameters
- Return type
bool
Compares this entity declaration with other
and returns true
if they are equal; otherwise returns false
.
- PySide6.QtCore.QXmlStreamEntityDeclaration.publicId()¶
- Return type
QStringView
Returns the public identifier.
- PySide6.QtCore.QXmlStreamEntityDeclaration.systemId()¶
- Return type
QStringView
Returns the system identifier.
- PySide6.QtCore.QXmlStreamEntityDeclaration.value()¶
- Return type
QStringView
Returns the entity’s value.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.