QXmlStreamEntityDeclaration 類

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

頭: #include <QXmlStreamEntityDeclaration>
qmake: QT += core
Since: Qt 4.3

注意: 此類的所有函數 可重入 .

公共函數

QXmlStreamEntityDeclaration ()
QXmlStreamEntityDeclaration (const QXmlStreamEntityDeclaration & other )
QXmlStreamEntityDeclaration (QXmlStreamEntityDeclaration && other )
~QXmlStreamEntityDeclaration ()
QStringRef name () const
QStringRef notationName () const
QStringRef publicId () const
QStringRef systemId () const
QStringRef value () const
bool operator!= (const QXmlStreamEntityDeclaration & other ) const
QXmlStreamEntityDeclaration & operator= (const QXmlStreamEntityDeclaration & other )
QXmlStreamEntityDeclaration & operator= (QXmlStreamEntityDeclaration && other )
bool operator== (const QXmlStreamEntityDeclaration & other ) const
typedef QXmlStreamEntityDeclarations

詳細描述

The QXmlStreamEntityDeclaration class represents a DTD entity declaration.

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

成員函數文檔編製

QXmlStreamEntityDeclaration:: QXmlStreamEntityDeclaration ()

Creates an empty entity declaration.

QXmlStreamEntityDeclaration:: QXmlStreamEntityDeclaration (const QXmlStreamEntityDeclaration & other )

創建副本為 other .

QXmlStreamEntityDeclaration:: QXmlStreamEntityDeclaration ( QXmlStreamEntityDeclaration && other )

移動拷貝構造函數。

QXmlStreamEntityDeclaration:: ~QXmlStreamEntityDeclaration ()

Destructs this entity declaration.

QStringRef QXmlStreamEntityDeclaration:: name () const

Returns the entity name.

QStringRef QXmlStreamEntityDeclaration:: notationName () const

返迴錶示法名稱。

QStringRef QXmlStreamEntityDeclaration:: publicId () const

返迴公共標識符。

QStringRef QXmlStreamEntityDeclaration:: systemId () const

返迴係統標識符。

QStringRef QXmlStreamEntityDeclaration:: value () const

Returns the entity's value.

bool QXmlStreamEntityDeclaration:: operator!= (const QXmlStreamEntityDeclaration & other ) const

Compares this entity declaration with other 並返迴 true 若它們不相等;否則返迴 false .

QXmlStreamEntityDeclaration &QXmlStreamEntityDeclaration:: operator= (const QXmlStreamEntityDeclaration & other )

賦值 other to this entity declaration.

QXmlStreamEntityDeclaration &QXmlStreamEntityDeclaration:: operator= ( QXmlStreamEntityDeclaration && other )

移動賦值運算符。

bool QXmlStreamEntityDeclaration:: operator== (const QXmlStreamEntityDeclaration & other ) const

Compares this entity declaration with other 並返迴 true 若它們相等;否則返迴 false .

相關非成員

typedef QXmlStreamEntityDeclarations

同義詞 QVector < QXmlStreamEntityDeclaration >.