En esta página

QXmlStreamEntityResolver Class

La clase QXmlStreamEntityResolver proporciona un resolvedor de entidades para un QXmlStreamReader. Más...

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

Nota: Todas las funciones de esta clase son reentrantes.

Funciones Públicas

virtual ~QXmlStreamEntityResolver()
virtual QString resolveUndeclaredEntity(const QString &name)

Descripción Detallada

Documentación de las funciones de los miembros

[virtual noexcept] QXmlStreamEntityResolver::~QXmlStreamEntityResolver()

Destruye la entidad resolutora.

[virtual] QString QXmlStreamEntityResolver::resolveUndeclaredEntity(const QString &name)

Resuelve la entidad no declarada name y devuelve su texto de sustitución. Si la entidad también es desconocida para el resolvedor de entidades, devuelve una cadena vacía.

La implementación por defecto siempre devuelve una cadena vacía.

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