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