QXmlStreamNotationDeclaration

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More

Inheritance diagram of PySide2.QtCore.QXmlStreamNotationDeclaration

Synopsis

Functions

Detailed Description

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

class PySide2.QtCore.QXmlStreamNotationDeclaration

PySide2.QtCore.QXmlStreamNotationDeclaration(arg__1)

param arg__1:

PySide2.QtCore.QXmlStreamNotationDeclaration

Creates an empty notation declaration.

PySide2.QtCore.QXmlStreamNotationDeclaration.name()
Return type:

QStringRef

Returns the notation name.

PySide2.QtCore.QXmlStreamNotationDeclaration.__ne__(other)
Parameters:

otherPySide2.QtCore.QXmlStreamNotationDeclaration

Return type:

bool

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

PySide2.QtCore.QXmlStreamNotationDeclaration.__eq__(other)
Parameters:

otherPySide2.QtCore.QXmlStreamNotationDeclaration

Return type:

bool

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

PySide2.QtCore.QXmlStreamNotationDeclaration.publicId()
Return type:

QStringRef

Returns the public identifier.

PySide2.QtCore.QXmlStreamNotationDeclaration.systemId()
Return type:

QStringRef

Returns the system identifier.