En esta página

QXmlStreamNotationDeclaration Class

La clase QXmlStreamNotationDeclaration representa una declaración de notación DTD. Más...

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

Esta clase es igual-comparable.

Nota: Todas las funciones de esta clase son reentrantes.

Funciones Públicas

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)

Descripción detallada

Una declaración de notación consta de un name(), un systemId(), y un publicId().

Documentación de funciones miembro

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration()

Crea una declaración de notación vacía.

QStringView QXmlStreamNotationDeclaration::name() const

Devuelve el nombre de la notación.

QStringView QXmlStreamNotationDeclaration::publicId() const

Devuelve el identificador público.

QStringView QXmlStreamNotationDeclaration::systemId() const

Devuelve el identificador del sistema.

Relacionados No miembros

QXmlStreamNotationDeclarations

Sinónimo de QList<QXmlStreamNotationDeclaration>.

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

Compara la declaración de notación lhs con rhs y devuelve true si no son iguales; en caso contrario devuelve false.

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

Compara la declaración de notación lhs con rhs y devuelve true si son iguales; en caso contrario devuelve false.

© 2026 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.