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-index.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 \page qtxml-index.html
6 \title Qt XML
7 \brief The Qt XML module provides a C++ implementation of the DOM standard for XML.
8
9 The Qt XML module provides an implementation of the DOM standard for XML.
10
11 \note Qt XML will no longer receive additional features. For reading or
12 writing XML documents iteratively (SAX), use the QXmlStreamReader and
13 QXmlStreamWriter classes. The classes are both easier to use and more
14 compliant with the XML standard.
15
16 The \l{Qt XML C++ Classes} page gives an overview over the available classes
17 in this module.
18
19 \include module-use.qdocinc using qt module
20 \snippet snippets/CMakeLists.txt cmake_use
21
22 See also the \l {Build with CMake} overview.
23
24 \include module-use.qdocinc building with qmake
25 \snippet snippets/snippets.pro qmake_use
26
27 \section1 Module Evolution
28 \l{Changes to Qt XML} lists important changes in the module API
29 and functionality that were done for the Qt 6 series of Qt.
30
31 \section1 Licenses
32
33 The Qt XML module is available under commercial licenses from \l{The Qt Company}.
34 In addition, it is available under free software licenses:
35 The \l{GNU Lesser General Public License, version 3}, or
36 the \l{GNU General Public License, version 2}.
37 See \l{Qt Licensing} for further details.
38*/