QXmlEntityResolver Class

The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data. More...

Header: #include <QXmlEntityResolver>
CMake: find_package(Qt6 REQUIRED COMPONENTS Core5Compat)
target_link_libraries(mytarget PRIVATE Qt6::Core5Compat)
qmake: QT += core5compat
Inherited By:

QXmlDefaultHandler

Note: All functions in this class are reentrant.

Detailed Description

If an application needs to implement customized handling for external entities, it must implement this interface, i.e. resolveEntity(), and register it with QXmlReader::setEntityResolver().

See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler, QXmlErrorHandler, and QXmlLexicalHandler.