diff options
author | artoka <arto.katajasalo@digia.com> | 2011-12-13 13:06:03 (GMT) |
---|---|---|
committer | Qt Commercial Integration <QtCommercial@digia.com> | 2012-01-31 10:25:08 (GMT) |
commit | 45bdaac4636b69ddbae446ec65082a90290dda52 (patch) | |
tree | 42ebdbee0b784783ceaf53a9d1b38948b8add90c /src/xml | |
parent | 08e5e81d5ebece3eb3f489d438e2cea5d4adcb4f (diff) | |
download | Qt-45bdaac4636b69ddbae446ec65082a90290dda52.zip Qt-45bdaac4636b69ddbae446ec65082a90290dda52.tar.gz Qt-45bdaac4636b69ddbae446ec65082a90290dda52.tar.bz2 |
Various qt documentation fixes (wk 44)
Fixes for bugs: QTBUG-13362, QTBUG-15738, QTBUG-15921,
QTBUG-18356, QTBUG-18417, QTBUG-18664, QTBUG-21562, QTBUG-22094,
and QTBUG-18741.
Diffstat (limited to 'src/xml')
-rw-r--r-- | src/xml/dom/qdom.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index db5306e..8d655ea 100644 --- a/src/xml/dom/qdom.cpp +++ b/src/xml/dom/qdom.cpp @@ -6570,6 +6570,10 @@ void QDomDocumentPrivate::saveDocument(QTextStream& s, const int indent, QDomNod element is available using documentElement(). The textual 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 big XML documents, the QXmlStreamReader or the QXmlQuery + classes might be better solutions. + It is possible to insert a node from another document into the document using importNode(). |