QXmlStreamEntityDeclaration

Inheritance diagram of QXmlStreamEntityDeclaration

Synopsis

Functions

Detailed Description

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

Creates an empty entity declaration.

Creates a copy of other .

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

Returns the entity name.

PySide.QtCore.QXmlStreamEntityDeclaration.notationName()
Return type:PySide.QtCore.QStringRef

Returns the notation name.

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

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

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

Returns the public identifier.

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

Returns the system identifier.

PySide.QtCore.QXmlStreamEntityDeclaration.value()
Return type:PySide.QtCore.QStringRef

Returns the entity’s value.