qt5base-lts/examples/xml
Friedemann Kleint dc81a99dec Examples: Remove remains of wince
Task-number: QTBUG-52590
Task-number: QTBUG-60628
Task-number: QTBUG-60633
Task-number: QTBUG-60635
Task-number: QTBUG-60641
Task-number: QTBUG-60659
Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2017-07-14 17:30:51 +00:00
..
dombookmarks Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
htmlinfo Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
rsslisting examples: remove some unneeded QStringRef::toString() calls 2017-04-07 14:35:04 +00:00
saxbookmarks Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
streambookmarks Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-04 11:39:15 +01:00
xmlstreamlint QXmlStream{Reader,Writer} don't need QtXml 2017-01-31 17:54:35 +00:00
README
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.