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