qt5base-lts/examples/xml
Sona Kurazyan 82d02b7b95 Deprecate SAX classes in Qt XML
Deprecated the SAX classes and disabled or replaced their uses in
tests if applicable.

Removed the saxbookmarks example, no point in keeping examples for
the deprecated code.

[ChangeLog][QtXml] SAX classes are now deprecated. Use QXmlStreamReader,
QXmlStreamWriter in QtCore instead.

Task-number: QTBUG-76177
Change-Id: Ic171d62fa0527b0f36f94cf09a69586092269957
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2020-01-06 18:13:01 +01:00
..
dombookmarks Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
htmlinfo Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
rsslisting qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
streambookmarks Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
xmlstreamlint Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro Deprecate SAX classes in Qt XML 2020-01-06 18:13:01 +01:00

XML parsing and handling is supported through SAX and DOM compliant APIs.

Qt's SAX compliant classes allow you to parse XML incrementally; the DOM
classes enable more complex document-level operations to be performed on
XML files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.