QXmlStreamNotationDeclaration

Synopsis

Functions

Detailed Description

class PySide.QtCore.QXmlStreamNotationDeclaration
class PySide.QtCore.QXmlStreamNotationDeclaration(arg__1)
Parameters:arg__1PySide.QtCore.QXmlStreamNotationDeclaration

Creates an empty notation declaration.

Creates a copy of other .

PySide.QtCore.QXmlStreamNotationDeclaration.name()
Return type:PySide.QtCore.QStringRef

Returns the notation name.

PySide.QtCore.QXmlStreamNotationDeclaration.__ne__(other)
Parameters:otherPySide.QtCore.QXmlStreamNotationDeclaration
Return type: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)
Parameters:otherPySide.QtCore.QXmlStreamNotationDeclaration
Return type:PySide.QtCore.bool

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

PySide.QtCore.QXmlStreamNotationDeclaration.publicId()
Return type:PySide.QtCore.QStringRef

Returns the public identifier.

PySide.QtCore.QXmlStreamNotationDeclaration.systemId()
Return type:PySide.QtCore.QStringRef

Returns the system identifier.