QXmlStreamNotationDeclaration — PyQt Documentation v6.9.0 (original) (raw)
PyQt6.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)
TODO
__eq__(QXmlStreamNotationDeclaration) → bool
TODO
name() → str
Returns the notation name.
__ne__(QXmlStreamNotationDeclaration) → bool
TODO
publicId() → str
Returns the public identifier.
systemId() → str
Returns the system identifier.