qt5base-lts/examples/xml
Lars Knoll 343528841e Prefix textstream operators with Qt::
As the non prefixed variants are deprecated

Change-Id: I2ba09d71b9cea5203b54297a3f2332e6d44fedcf
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-05-02 11:52:02 +00:00
..
dombookmarks Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00: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
saxbookmarks Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
streambookmarks Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
xmlstreamlint Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
README
xml.pro

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.