QXmlEntityResolver Class
The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data. More...
| Header: | #include <QXmlEntityResolver> |
| 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
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.