QXmlStreamNotationDeclaration

概要

函数

详细描述

class PySide.QtCore. QXmlStreamNotationDeclaration
class PySide.QtCore. QXmlStreamNotationDeclaration ( arg__1 )
参数: arg__1 PySide.QtCore.QXmlStreamNotationDeclaration

Creates an empty notation declaration.

Creates a copy of other .

PySide.QtCore.QXmlStreamNotationDeclaration. name ( )
返回类型: PySide.QtCore.QStringRef

Returns the notation name.

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

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

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

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

PySide.QtCore.QXmlStreamNotationDeclaration. publicId ( )
返回类型: PySide.QtCore.QStringRef

Returns the public identifier.

PySide.QtCore.QXmlStreamNotationDeclaration. systemId ( )
返回类型: PySide.QtCore.QStringRef

Returns the system identifier.