Doc: QDomDocument doc refers to QXmlQuery which doesn't exist in Qt6

Remove QXmlQuery from the docs

Fixes: QTBUG-120530
Pick-to: 6.6 6.5
Change-Id: Ic7927375701fbcdf106f90fbea8ea3aac2df8f5a
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 6be61763a0d2477d47031116381ec37704d155a7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jaishree Vyas 2024-01-26 23:41:24 +01:00 committed by Qt Cherry-pick Bot
parent 34e3bdcb5e
commit 97a39fb8f6

View File

@ -5992,8 +5992,8 @@ void QDomDocumentPrivate::saveDocument(QTextStream& s, const int indent, QDomNod
representation of the document can be obtained using toString().
\note The DOM tree might end up reserving a lot of memory if the XML
document is big. For such documents, the QXmlStreamReader or the
QXmlQuery classes might be better solutions.
document is big. For such documents, the QXmlStreamReader class
might be a better solution.
It is possible to insert a node from another document into the
document using importNode().