PySide.QtXml.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. PySide.QtXml.QXmlEntityResolver.resolveEntity() , and register it with QXmlReader.setEntityResolver() .
| 返回类型: | unicode |
|---|
The reader calls this function to get an error string if any of the handler functions returns false.
| 参数: |
|
|---|---|
| 返回类型: |
PySequence |