QXmlDeclHandler Class
The QXmlDeclHandler class provides an interface to report declaration content of XML data. More...
| Header: | #include <QXmlDeclHandler> |
| qmake: | QT += xml |
| Inherited By: |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
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.