Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.11.1, 5.11.2, 5.14.1
-
8
-
Foundation PM Prioritized
Description
QXmlStreamReader::raiseError() is very useful when implementing custom XML readers, and makes it easy to check for both standard and custom errors with hasError() and errorString().
Oddly enough, QXmlStreamWriter doesn't have the same functionality. It'd be nice if it did.