QXmlStreamNotationDeclaration¶
The QXmlStreamNotationDeclaration
class represents a DTD notation declaration. More…
Synopsis¶
Functions¶
Detailed Description¶
An notation declaration consists of a name()
, a systemId()
, and a publicId()
.
- class PySide6.QtCore.QXmlStreamNotationDeclaration¶
PySide6.QtCore.QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration)
- Parameters
QXmlStreamNotationDeclaration –
PySide6.QtCore.QXmlStreamNotationDeclaration
Creates an empty notation declaration.
- PySide6.QtCore.QXmlStreamNotationDeclaration.name()¶
- Return type
QStringView
Returns the notation name.
- PySide6.QtCore.QXmlStreamNotationDeclaration.__ne__(other)¶
- Parameters
- Return type
bool
Compares this notation declaration with other
and returns true
if they are not equal; otherwise returns false
.
- PySide6.QtCore.QXmlStreamNotationDeclaration.__eq__(other)¶
- Parameters
- Return type
bool
Compares this notation declaration with other
and returns true
if they are equal; otherwise returns false
.
- PySide6.QtCore.QXmlStreamNotationDeclaration.publicId()¶
- Return type
QStringView
Returns the public identifier.
- PySide6.QtCore.QXmlStreamNotationDeclaration.systemId()¶
- Return type
QStringView
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.