qt5base-lts/examples/xml
Sona Kurazyan e684c25b85 QDomDocument: deprecate old setContent() overloads in favor of new ones
And use the new overloads in examples and tests.

[ChangeLog][QtXml][QDomDocument] Deprecated the old setContent()
overloads in favor of the new ones that take ParseOptions and
ParseError.

Task-number: QTBUG-104507
Change-Id: I61b37eba2fe3002c03bddc90f6877676d539f7ec
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-08-17 17:02:27 +02:00
..
dombookmarks QDomDocument: deprecate old setContent() overloads in favor of new ones 2022-08-17 17:02:27 +02:00
htmlinfo Add license headers to cmake files 2022-08-03 17:14:55 +02:00
rsslisting Add license headers to cmake files 2022-08-03 17:14:55 +02:00
streambookmarks Add license headers to cmake files 2022-08-03 17:14:55 +02:00
xmlstreamlint Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
README Do not mention Qt XML's SAX API anymore in examples/xml/README 2020-04-24 09:47:41 +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 DOM compliant APIs.

For reading or writing XML documents iteratively we recommend
using Qt Core's QXmlStreamReader and QXmlStreamWriter classes.

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