qt5base-lts/examples/xml
Liang Qi 65a97fccc6 Merge remote-tracking branch 'origin/5.10' into dev
Conflicts:
	tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp

Change-Id: If089d5010d15c33b3c1f13912d4386207456c1a9
2018-01-20 22:36:19 +01:00
..
dombookmarks Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
htmlinfo Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
rsslisting qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
saxbookmarks qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
streambookmarks qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
xmlstreamlint QXmlStream{Reader,Writer} don't need QtXml 2017-01-31 17:54:35 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro Check for network module when building according examples 2013-02-21 07:27:25 +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.