summaryrefslogtreecommitdiff
path: root/src/qdoc/qmlcodeparser.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-11-08 16:49:12 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2020-01-08 14:43:09 +0100
commit9e6943370585bdc791caae6c83555b3aa5efe063 (patch)
tree174f3087a38ccbb6f9143311a6436248cbda9d1e /src/qdoc/qmlcodeparser.cpp
parente3f1d3fef117d6dbf7952995506ef1dec9423067 (diff)
downloadqttools-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