QXmlStreamNotationDeclaration Class

QXmlStreamNotationDeclaration 클래스는 DTD 표기법 선언을 나타냅니다. 더 보기...

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

이 클래스는 동등 비교가 가능합니다.

참고: 이 클래스의 모든 함수는 재진입합니다.

공용 함수

QXmlStreamNotationDeclaration()
QStringView name() const
QStringView publicId() const
QStringView systemId() const
QXmlStreamNotationDeclarations
bool operator!=(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)
bool operator==(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)

상세 설명

표기법 선언은 name(), systemId(), publicId()로 구성됩니다.

멤버 함수 문서

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()

빈 표기법 선언을 생성합니다.

QStringView QXmlStreamNotationDeclaration::name() const

표기법 이름을 반환합니다.

QStringView QXmlStreamNotationDeclaration::publicId() const

공개 식별자를 반환합니다.

QStringView QXmlStreamNotationDeclaration::systemId() const

시스템 식별자를 반환합니다.

관련 비회원

QXmlStreamNotationDeclarations

QList<QXmlStreamNotationDeclaration>의 동의어입니다.

[noexcept] bool operator!=(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &rhs)

lhs 표기법 선언과 rhs 을 비교하여 같지 않으면 true 을 반환하고, 그렇지 않으면 false 을 반환합니다.

[noexcept] bool operator==(const QXmlStreamNotationDeclaration &lhs, const QXmlStreamNotationDeclaration &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.