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 |
| QXmlStreamEntityDeclarations | |
| bool | operator!= (const QXmlStreamEntityDeclaration & lhs , const QXmlStreamEntityDeclaration & rhs ) |
| bool | operator== (const QXmlStreamEntityDeclaration & lhs , const QXmlStreamEntityDeclaration & rhs ) |
An entity declaration consists of a name (), notationName (), systemId (), publicId (), 和 value ().
Creates an empty entity declaration.
Returns the entity name.
返迴錶示法名稱。
返迴公共標識符。
返迴係統標識符。
Returns the entity's value.
同義詞 QList < QXmlStreamEntityDeclaration >.
[noexcept]
bool
operator!=
(const
QXmlStreamEntityDeclaration
&
lhs
, const
QXmlStreamEntityDeclaration
&
rhs
)
比較
lhs
entity declaration with
rhs
並返迴
true
若它們不相等;否則返迴
false
.
[noexcept]
bool
operator==
(const
QXmlStreamEntityDeclaration
&
lhs
, const
QXmlStreamEntityDeclaration
&
rhs
)
比較
lhs
entity declaration with
rhs
並返迴
true
若它們相等;否則返迴
false
.