QXmlStreamEntityDeclaration露
- PyQt5.QtCore.QXmlStreamEntityDeclaration
Description露
The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a name(), a notationName(), a systemId(), a publicId(), and a value().
Methods露
- __init__()
Creates an empty entity declaration.
- __init__(QXmlStreamEntityDeclaration)
Creates a copy of other.
- __eq__(QXmlStreamEntityDeclaration) → bool
TODO
- name() → str
TODO
- __ne__(QXmlStreamEntityDeclaration) → bool
TODO
- notationName() → str
TODO
- publicId() → str
TODO
- systemId() → str
TODO
- value() → str
TODO