QXmlStreamEntityDeclarationclass represents a DTD entity declaration. 更多 …
An entity declaration consists of a
name(),notationName(),systemId(),publicId(),和value().
QXmlStreamEntityDeclaration
¶
QXmlStreamEntityDeclaration(arg__1)
- param arg__1
Creates an empty entity declaration.
PySide2.QtCore.QXmlStreamEntityDeclaration.
name
(
)
¶
QStringRef
Returns the entity name.
PySide2.QtCore.QXmlStreamEntityDeclaration.
notationName
(
)
¶
QStringRef
Returns the notation name.
PySide2.QtCore.QXmlStreamEntityDeclaration.
__ne__
(
other
)
¶
other
–
QXmlStreamEntityDeclaration
bool
Compares this entity declaration with
other
并返回
true
if they are not equal; otherwise returns
false
.
PySide2.QtCore.QXmlStreamEntityDeclaration.
__eq__
(
other
)
¶
other
–
QXmlStreamEntityDeclaration
bool
Compares this entity declaration with
other
并返回
true
if they are equal; otherwise returns
false
.
PySide2.QtCore.QXmlStreamEntityDeclaration.
publicId
(
)
¶
QStringRef
Returns the public identifier.
PySide2.QtCore.QXmlStreamEntityDeclaration.
systemId
(
)
¶
QStringRef
Returns the system identifier.
PySide2.QtCore.QXmlStreamEntityDeclaration.
value
(
)
¶
QStringRef
Returns the entity’s value.