QXmlStreamEntityDeclaration¶
The
QXmlStreamEntityDeclaration
class represents a DTD entity declaration. More…

Synopsis¶
Detailed Description¶
An entity declaration consists of a
name()
, anotationName()
, asystemId()
, apublicId()
, and avalue()
.
-
class
QXmlStreamEntityDeclaration
¶ QXmlStreamEntityDeclaration(arg__1)
- param arg__1
Creates an empty entity declaration.
Creates a copy of
other
.
-
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
other –
QXmlStreamEntityDeclaration
- Return type
bool
Compares this entity declaration with
other
and returnstrue
if they are not equal; otherwise returnsfalse
.
-
PySide2.QtCore.QXmlStreamEntityDeclaration.
__eq__
(other)¶ - Parameters
other –
QXmlStreamEntityDeclaration
- 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.