QXmlDeclHandler Class
The QXmlDeclHandler class provides an interface to report declaration content of XML data. More...
| Header: | #include <QXmlDeclHandler> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Core5Compat) target_link_libraries(mytarget PRIVATE Qt6::Core5Compat) |
| qmake: | QT += core5compat |
| Inherited By: |
Note: All functions in this class are reentrant.
Detailed Description
You can set the declaration handler with QXmlReader::setDeclHandler().
This interface is based on the SAX2 extension DeclHandler.
The interface provides attributeDecl(), internalEntityDecl() and externalEntityDecl() functions.
See also QXmlDTDHandler, QXmlContentHandler, QXmlEntityResolver, QXmlErrorHandler, and QXmlLexicalHandler.