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