QXmlStreamNotationDeclaration 類

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

頭: #include <QXmlStreamNotationDeclaration>
Since: Qt 4.3

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

公共函數

QXmlStreamNotationDeclaration ()
QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration & other )
~QXmlStreamNotationDeclaration ()
QStringRef name () const
QStringRef publicId () const
QStringRef systemId () const
bool operator!= (const QXmlStreamNotationDeclaration & other ) const
QXmlStreamNotationDeclaration & operator= (const QXmlStreamNotationDeclaration & other )
bool operator== (const QXmlStreamNotationDeclaration & other ) const
typedef QXmlStreamNotationDeclarations

詳細描述

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

錶示法聲明組成由 name (), systemId (), 和 publicId ().

成員函數文檔編製

QXmlStreamNotationDeclaration:: QXmlStreamNotationDeclaration ()

創建空錶示法聲明。

QXmlStreamNotationDeclaration:: QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration & other )

創建副本為 other .

QXmlStreamNotationDeclaration:: ~QXmlStreamNotationDeclaration ()

Destructs this notation declaration.

QStringRef QXmlStreamNotationDeclaration:: name () const

返迴錶示法名稱。

QStringRef QXmlStreamNotationDeclaration:: publicId () const

返迴公共標識符。

QStringRef QXmlStreamNotationDeclaration:: systemId () const

返迴係統標識符。

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

比較此錶示法聲明與 other and returns true if they are not equal; otherwise returns false.

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

賦值 other 到此錶示法聲明。

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

比較此錶示法聲明與 other and returns true if they are equal; otherwise returns false.

相關非成員

typedef QXmlStreamNotationDeclarations

同義詞 QVector < QXmlStreamNotationDeclaration >.