QXmlStreamEntityDeclaration¶
The
QXmlStreamEntityDeclaration
class represents a DTD entity declaration. More…
Synopsis¶
Functions¶
Detailed Description¶
An entity declaration consists of a
name()
, anotationName()
, asystemId()
, apublicId()
, and avalue()
.
- class PySide2.QtCore.QXmlStreamEntityDeclaration¶
PySide2.QtCore.QXmlStreamEntityDeclaration(arg__1)
- param arg__1:
Creates an empty entity declaration.
- PySide2.QtCore.QXmlStreamEntityDeclaration.name()¶
- Return type:
QStringRef
Returns the entity name.
- PySide2.QtCore.QXmlStreamEntityDeclaration.notationName()¶
- Return type:
QStringRef
Returns the notation name.
- PySide2.QtCore.QXmlStreamEntityDeclaration.__ne__(other)¶
- Parameters:
- Return type:
bool
Compares this entity declaration with
other
and returnstrue
if they are not equal; otherwise returnsfalse
.
- PySide2.QtCore.QXmlStreamEntityDeclaration.__eq__(other)¶
- Parameters:
- Return type:
bool
Compares this entity declaration with
other
and returnstrue
if they are equal; otherwise returnsfalse
.
- PySide2.QtCore.QXmlStreamEntityDeclaration.publicId()¶
- Return type:
QStringRef
Returns the public identifier.
- PySide2.QtCore.QXmlStreamEntityDeclaration.systemId()¶
- Return type:
QStringRef
Returns the system identifier.
- PySide2.QtCore.QXmlStreamEntityDeclaration.value()¶
- Return type:
QStringRef
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.