内容表

上一话题

QXmlStreamAttributes

下一话题

QXmlStreamEntityResolver

QXmlStreamEntityDeclaration

QXmlStreamEntityDeclaration class represents a DTD entity declaration. 更多

Inheritance diagram of PySide2.QtCore.QXmlStreamEntityDeclaration

概要

函数

详细描述

An entity declaration consists of a name() notationName() systemId() publicId() ,和 value() .

class QXmlStreamEntityDeclaration

QXmlStreamEntityDeclaration(arg__1)

param arg__1

QXmlStreamEntityDeclaration

Creates an empty entity declaration.

PySide2.QtCore.QXmlStreamEntityDeclaration. name ( )
返回类型

QStringRef

Returns the entity name.

PySide2.QtCore.QXmlStreamEntityDeclaration. notationName ( )
返回类型

QStringRef

Returns the notation name.

PySide2.QtCore.QXmlStreamEntityDeclaration. __ne__ ( other )
参数

other QXmlStreamEntityDeclaration

返回类型

bool

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

PySide2.QtCore.QXmlStreamEntityDeclaration. __eq__ ( other )
参数

other QXmlStreamEntityDeclaration

返回类型

bool

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

PySide2.QtCore.QXmlStreamEntityDeclaration. publicId ( )
返回类型

QStringRef

Returns the public identifier.

PySide2.QtCore.QXmlStreamEntityDeclaration. systemId ( )
返回类型

QStringRef

Returns the system identifier.

PySide2.QtCore.QXmlStreamEntityDeclaration. value ( )
返回类型

QStringRef

Returns the entity’s value.