Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtxml.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtXml
6 \title Qt XML C++ Classes
7 \ingroup modules
8 \qtcmakepackage Xml
9 \qtvariable xml
10
11 \brief The Qt XML module provides a C++ implementation of the DOM standard for XML.
12
13 The \l{Qt XML} page contains information about how to use the module.
14
15 \note Qt XML will no longer receive additional features. For reading or
16 writing XML documents iteratively (SAX), use the QXmlStreamReader and
17 QXmlStreamWriter classes. The classes are both easier to use and more
18 compliant with the XML standard.
19
20*/