QXmlStreamEntityDeclaration Class
La clase QXmlStreamEntityDeclaration representa una declaración de entidad DTD. Más...
| Cabecera: | #include <QXmlStreamEntityDeclaration> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Core)target_link_libraries(mytarget PRIVATE Qt6::Core) |
| qmake: | QT += core |
- Lista de todos los miembros, incluidos los heredados
- QXmlStreamEntityDeclaration es parte de XML Classes.
Esta clase es igual-comparable.
Nota: Todas las funciones de esta clase son reentrantes.
Funciones Públicas
| QXmlStreamEntityDeclaration() | |
| QStringView | name() const |
| QStringView | notationName() const |
| QStringView | publicId() const |
| QStringView | systemId() const |
| QStringView | value() const |
No miembros relacionados
| QXmlStreamEntityDeclarations | |
| bool | operator!=(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs) |
| bool | operator==(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs) |
Descripción detallada
Una declaración de entidad consta de name(), notationName(), systemId(), publicId() y value().
Documentación de las funciones miembro
QXmlStreamEntityDeclaration::QXmlStreamEntityDeclaration()
Crea una declaración de entidad vacía.
QStringView QXmlStreamEntityDeclaration::name() const
Devuelve el nombre de la entidad.
QStringView QXmlStreamEntityDeclaration::notationName() const
Devuelve el nombre de la notación.
QStringView QXmlStreamEntityDeclaration::publicId() const
Devuelve el identificador público.
QStringView QXmlStreamEntityDeclaration::systemId() const
Devuelve el identificador del sistema.
QStringView QXmlStreamEntityDeclaration::value() const
Devuelve el valor de la entidad.
No miembros relacionados
QXmlStreamEntityDeclarations
Sinónimo de QList<QXmlStreamEntityDeclaration>.
[noexcept] bool operator!=(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)
Compara la declaración de entidad lhs con rhs y devuelve true si no son iguales; en caso contrario devuelve false.
[noexcept] bool operator==(const QXmlStreamEntityDeclaration &lhs, const QXmlStreamEntityDeclaration &rhs)
Compara la declaración de entidad 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.