QXmlStreamNamespaceDeclaration

概要

函数

详细描述

class PySide.QtCore. QXmlStreamNamespaceDeclaration
class PySide.QtCore. QXmlStreamNamespaceDeclaration ( prefix , namespaceUri )
class PySide.QtCore. QXmlStreamNamespaceDeclaration ( arg__1 )
参数:

Creates an empty namespace declaration.

Creates a namespace declaration with prefix and namespaceUri .

Creates a copy of other .

PySide.QtCore.QXmlStreamNamespaceDeclaration. namespaceUri ( )
返回类型: PySide.QtCore.QStringRef

Returns the namespaceUri.

PySide.QtCore.QXmlStreamNamespaceDeclaration. __ne__ ( other )
参数: other PySide.QtCore.QXmlStreamNamespaceDeclaration
返回类型: PySide.QtCore.bool

Compares this namespace declaration with other and returns true if they are not equal; otherwise returns false.

PySide.QtCore.QXmlStreamNamespaceDeclaration. __eq__ ( other )
参数: other PySide.QtCore.QXmlStreamNamespaceDeclaration
返回类型: PySide.QtCore.bool

Compares this namespace declaration with other and returns true if they are equal; otherwise returns false.

PySide.QtCore.QXmlStreamNamespaceDeclaration. prefix ( )
返回类型: PySide.QtCore.QStringRef

Returns the prefix.