The 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() .
Return type: | unicode |
---|
The reader calls this function to get an error string if any of the handler functions returns false.
Parameters: |
|
---|---|
Return type: | PySequence |