QXmlStreamEntityResolver¶
The QXmlStreamEntityResolver
class provides an entity resolver for a QXmlStreamReader
. More…
Detailed Description¶
- class PySide6.QtCore.QXmlStreamEntityResolver¶
- PySide6.QtCore.QXmlStreamEntityResolver.resolveEntity(publicId, systemId)¶
- Parameters
publicId – str
systemId – str
- Return type
str
- PySide6.QtCore.QXmlStreamEntityResolver.resolveUndeclaredEntity(name)¶
- Parameters
name – str
- Return type
str
Resolves the undeclared entity name
and returns its replacement text. If the entity is also unknown to the entity resolver, it returns an empty string.
The default implementation always returns an empty string.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.