QXmlStreamNamespaceDeclaration露
- PyQt5.QtCore.QXmlStreamNamespaceDeclaration
Description露
The QXmlStreamNamespaceDeclaration class represents a namespace declaration.
An namespace declaration consists of a prefix() and a namespaceUri().
Methods露
- __init__()
Creates an empty namespace declaration.
- __init__(QXmlStreamNamespaceDeclaration)
Creates a copy of other.
- __init__(str, str)
Creates a namespace declaration with prefix and namespaceUri.
- __eq__(QXmlStreamNamespaceDeclaration) → bool
TODO
- namespaceUri() → str
TODO
- __ne__(QXmlStreamNamespaceDeclaration) → bool
TODO
- prefix() → str
TODO