diff options
author | Sona Kurazyan <sona.kurazyan@qt.io> | 2019-11-08 16:49:12 +0100 |
---|---|---|
committer | Sona Kurazyan <sona.kurazyan@qt.io> | 2020-01-08 14:43:09 +0100 |
commit | 9e6943370585bdc791caae6c83555b3aa5efe063 (patch) | |
tree | 174f3087a38ccbb6f9143311a6436248cbda9d1e /src/qdoc/qmlcodeparser.cpp | |
parent | e3f1d3fef117d6dbf7952995506ef1dec9423067 (diff) | |
download | qttools-9e6943370585bdc791caae6c83555b3aa5efe063.tar.gz |
Stop using SAX classes
SAX classes for parsing XML documents will be deprecated soon.
Re-implemented SAX-based xml parsing classes using QXmlStreamReader.
All the parsers now inherit from XmlParser, which drives the parsing
loop and allows overriding the methods for handling different XML tokens
in a specific way depending on the use-case.
Task-number: QTBUG-76177
Change-Id: I5393cc7218beffb4e48187e435c89d1d179deb37
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/qdoc/qmlcodeparser.cpp')
0 files changed, 0 insertions, 0 deletions