QXmlStreamNotationDeclaration Class Reference

[ QtCore module]

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. 更多...

方法

Special Methods


详细描述

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

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


方法文档编制

QXmlStreamNotationDeclaration.__init__ ( self )

Creates an empty notation declaration.

QXmlStreamNotationDeclaration.__init__ ( self , QXmlStreamNotationDeclaration )

Creates a copy of other .

QStringRef QXmlStreamNotationDeclaration.name ( self )

Returns the notation name.

QStringRef QXmlStreamNotationDeclaration.publicId ( self )

Returns the public identifier.

QStringRef QXmlStreamNotationDeclaration.systemId ( self )

Returns the system identifier.

bool QXmlStreamNotationDeclaration.__eq__ ( self , QXmlStreamNotationDeclaration   other )

bool QXmlStreamNotationDeclaration.__ne__ ( self , QXmlStreamNotationDeclaration   other )