QXmlStreamNotationDeclaration

PyQt5.QtCore.QXmlStreamNotationDeclaration

Description

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

An notation declaration consists of a name(), a systemId(), and a publicId().

Methods

__init__()

Creates an empty notation declaration.


__init__(QXmlStreamNotationDeclaration)

Creates a copy of other.


__eq__(QXmlStreamNotationDeclaration) → bool

TODO


name() → str

TODO


__ne__(QXmlStreamNotationDeclaration) → bool

TODO


publicId() → str

TODO


systemId() → str

TODO