QXmlDeclHandler Class
The QXmlDeclHandler class provides an interface to report declaration content of XML data. More...
| Header: | #include <QXmlDeclHandler> |
| qmake: | QT += xml |
| 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, QXmlLexicalHandler, and Introduction to SAX2.