QXmlEntityResolver

PyQt5.QtXml.QXmlEntityResolver

Inherited by QXmlDefaultHandler.

Description

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

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

Methods

__init__()

TODO


__init__(QXmlEntityResolver)

TODO


errorString() → str

TODO


resolveEntity(str, str) → (bool, QXmlInputSource)

TODO