QXmlStreamEntityDeclaration

概要

函数

详细描述

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

Creates an empty entity declaration.

Creates a copy of other .

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

Returns the entity name.

PySide.QtCore.QXmlStreamEntityDeclaration. notationName ( )
返回类型: PySide.QtCore.QStringRef

Returns the notation name.

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

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

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

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

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

Returns the public identifier.

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

Returns the system identifier.

PySide.QtCore.QXmlStreamEntityDeclaration. value ( )
返回类型: PySide.QtCore.QStringRef

Returns the entity's value.