QXmlStreamEntityDeclaration Class Reference

[ QtCore module]

The QXmlStreamEntityDeclaration class represents a DTD entity declaration. 更多...

方法

Special Methods


详细描述

The QXmlStreamEntityDeclaration class represents a DTD entity declaration.

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


方法文档编制

QXmlStreamEntityDeclaration.__init__ ( self )

Creates an empty entity declaration.

QXmlStreamEntityDeclaration.__init__ ( self , QXmlStreamEntityDeclaration )

Creates a copy of other .

QStringRef QXmlStreamEntityDeclaration.name ( self )

Returns the entity name.

QStringRef QXmlStreamEntityDeclaration.notationName ( self )

Returns the notation name.

QStringRef QXmlStreamEntityDeclaration.publicId ( self )

Returns the public identifier.

QStringRef QXmlStreamEntityDeclaration.systemId ( self )

Returns the system identifier.

QStringRef QXmlStreamEntityDeclaration.value ( self )

Returns the entity's value.

bool QXmlStreamEntityDeclaration.__eq__ ( self , QXmlStreamEntityDeclaration   other )

bool QXmlStreamEntityDeclaration.__ne__ ( self , QXmlStreamEntityDeclaration   other )