Home · All Classes · Modules

QXmlStreamEntityDeclaration Class Reference
[QtCore module]

The QXmlStreamEntityDeclaration class represents a DTD entity declaration. More...

Methods

Special Methods


Detailed Description

The QXmlStreamEntityDeclaration class represents a DTD entity declaration.

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


Method Documentation

QXmlStreamEntityDeclaration.__init__ (self)

Creates an empty entity declaration.

QXmlStreamEntityDeclaration.__init__ (self, QXmlStreamEntityDeclaration)

Creates a copy of other.

QStringRefQStringRef QXmlStreamEntityDeclaration.name (self)

Returns the entity name.

QStringRefQStringRef QXmlStreamEntityDeclaration.notationName (self)

Returns the notation name.

QStringRefQStringRef QXmlStreamEntityDeclaration.publicId (self)

Returns the public identifier.

QStringRefQStringRef QXmlStreamEntityDeclaration.systemId (self)

Returns the system identifier.

QStringRefQStringRef QXmlStreamEntityDeclaration.value (self)

Returns the entity's value.

bool QXmlStreamEntityDeclaration.__eq__ (self, QXmlStreamEntityDeclaration)

bool QXmlStreamEntityDeclaration.__ne__ (self, QXmlStreamEntityDeclaration)


PyQt 4.7.1-snapshot-20100120 for X11Copyright © Riverbank Computing Ltd and Nokia 2009Qt 4.6.1