内容表

上一话题

QXmlStreamNamespaceDeclaration

下一话题

QXmlStreamReader

QXmlStreamNotationDeclaration

QXmlStreamNotationDeclaration class represents a DTD notation declaration. 更多

Inheritance diagram of PySide2.QtCore.QXmlStreamNotationDeclaration

概要

函数

详细描述

An notation declaration consists of a name() systemId() ,和 publicId() .

class QXmlStreamNotationDeclaration

QXmlStreamNotationDeclaration(arg__1)

param arg__1

QXmlStreamNotationDeclaration

Creates an empty notation declaration.

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

QStringRef

Returns the notation name.

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

other QXmlStreamNotationDeclaration

返回类型

bool

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

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

other QXmlStreamNotationDeclaration

返回类型

bool

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

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

QStringRef

Returns the public identifier.

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

QStringRef

Returns the system identifier.