QXmlStreamEntityDeclaration 類

QXmlStreamEntityDeclaration 類錶示 DTD 實體聲明。 更多...

頭: #include <QXmlStreamEntityDeclaration>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core

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

公共函數

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

詳細描述

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

成員函數文檔編製

QXmlStreamEntityDeclaration:: QXmlStreamEntityDeclaration ()

Creates an empty entity declaration.

QStringView QXmlStreamEntityDeclaration:: name () const

Returns the entity name.

QStringView QXmlStreamEntityDeclaration:: notationName () const

返迴錶示法名稱。

QStringView QXmlStreamEntityDeclaration:: publicId () const

返迴公共標識符。

QStringView QXmlStreamEntityDeclaration:: systemId () const

返迴係統標識符。

QStringView QXmlStreamEntityDeclaration:: value () const

Returns the entity's value.

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

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

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

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

相關非成員

QXmlStreamEntityDeclarations

同義詞 QList < QXmlStreamEntityDeclaration >.