QXmlStreamEntityDeclaration Class
QXmlStreamEntityDeclaration 클래스는 DTD 엔티티 선언을 나타냅니다. 더 보기...
Header: | #include <QXmlStreamEntityDeclaration> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
- 상속된 멤버를 포함한 모든 멤버의 목록
- QXmlStreamEntityDeclaration은 XML 클래스의 일부입니다.
이 클래스는 동등 비교가 가능합니다.
참고: 이 클래스의 모든 함수는 재진입합니다.
공용 함수
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) |
상세 설명
엔티티 선언은 name(), notationName(), systemId(), publicId() 및 value()로 구성됩니다.
멤버 함수 문서
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()
빈 엔티티 선언을 생성합니다.
QStringView QXmlStreamEntityDeclaration::name() const
엔티티 이름을 반환합니다.
QStringView QXmlStreamEntityDeclaration::notationName() const
표기법 이름을 반환합니다.
QStringView QXmlStreamEntityDeclaration::publicId() const
공개 식별자를 반환합니다.
QStringView QXmlStreamEntityDeclaration::systemId() const
시스템 식별자를 반환합니다.
QStringView QXmlStreamEntityDeclaration::value() const
엔티티의 값을 반환합니다.
관련 비회원
QXmlStreamEntityDeclarations
QList<QXmlStreamEntityDeclaration>의 동의어입니다.
[noexcept]
bool operator!=(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)
lhs 엔티티 선언을 rhs 과 비교하여 같지 않으면 true
을 반환하고, 그렇지 않으면 false
을 반환합니다.
[noexcept]
bool operator==(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)
lhs 엔티티 선언을 rhs 과 비교하여 같으면 true
을 반환하고, 그렇지 않으면 false
을 반환합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.