The PySide.QtCore.QXmlStreamNamespaceDeclaration class represents a namespace declaration.
An namespace declaration consists of a PySide.QtCore.QXmlStreamNamespaceDeclaration.prefix() and a PySide.QtCore.QXmlStreamNamespaceDeclaration.namespaceUri() .
| Parameters: |
|
|---|
Creates an empty namespace declaration.
Creates a namespace declaration with prefix and namespaceUri .
Creates a copy of other .
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the namespaceUri.
| Parameters: | other – PySide.QtCore.QXmlStreamNamespaceDeclaration |
|---|---|
| Return type: | PySide.QtCore.bool |
Compares this namespace declaration with other and returns true if they are not equal; otherwise returns false.
| Parameters: | other – PySide.QtCore.QXmlStreamNamespaceDeclaration |
|---|---|
| Return type: | PySide.QtCore.bool |
Compares this namespace declaration with other and returns true if they are equal; otherwise returns false.
| Return type: | PySide.QtCore.QStringRef |
|---|
Returns the prefix.