QXmlStreamNotationDeclaration¶
The
QXmlStreamNotationDeclaration
class represents a DTD notation declaration. More…

Synopsis¶
Detailed Description¶
An notation declaration consists of a
name()
, asystemId()
, and apublicId()
.
-
class
QXmlStreamNotationDeclaration
¶ QXmlStreamNotationDeclaration(arg__1)
- param arg__1
Creates an empty notation declaration.
Creates a copy of
other
.
-
PySide2.QtCore.QXmlStreamNotationDeclaration.
name
()¶ - Return type
QStringRef
Returns the notation name.
-
PySide2.QtCore.QXmlStreamNotationDeclaration.
__ne__
(other)¶ - Parameters
other –
QXmlStreamNotationDeclaration
- Return type
bool
Compares this notation declaration with
other
and returnstrue
if they are not equal; otherwise returnsfalse
.
-
PySide2.QtCore.QXmlStreamNotationDeclaration.
__eq__
(other)¶ - Parameters
other –
QXmlStreamNotationDeclaration
- Return type
bool
Compares this notation declaration with
other
and returnstrue
if they are equal; otherwise returnsfalse
.
-
PySide2.QtCore.QXmlStreamNotationDeclaration.
publicId
()¶ - Return type
QStringRef
Returns the public identifier.
-
PySide2.QtCore.QXmlStreamNotationDeclaration.
systemId
()¶ - Return type
QStringRef
Returns the system identifier.