summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-10-02 16:17:32 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-10-20 11:24:59 +0200
commitcc73cc9a4c6a4b58f14c117e02dc12e77924b4a6 (patch)
tree6980e45add68e4f8c2095bb91cc7d9973dc058eb /src/xml
parentf5f8ee7af7507ac62c2cb246663a2c503e444518 (diff)
Remove old Trolltech feature string from QXmlSimpleReader docs
This makes it even more unlikely that anybody uses them. Change-Id: I6b3a3902687a7fcde2d771617837f738001eeb0a Task-number: QTBUG-25023 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/sax/qxml.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index bedb0ba689..106bdf2dec 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -2948,29 +2948,12 @@ bool QXmlSimpleReader::feature(const QString& name, bool *ok) const
\li If enabled, the original prefixed names
and attributes used for namespace declarations are
reported.
- \row \li \e http://trolltech.com/xml/features/report-whitespace-only-CharData
- \li true
- \li Obsolete, use the following string instead.
- If enabled, CharData that consist of
- only whitespace characters are reported
- using QXmlContentHandler::characters(). If disabled, whitespace is silently
- discarded.
\row \li \e http://qt-project.org/xml/features/report-whitespace-only-CharData
\li true
\li If enabled, CharData that consist of
only whitespace characters are reported
using QXmlContentHandler::characters(). If disabled, whitespace is silently
discarded.
- \row \li \e http://trolltech.com/xml/features/report-start-end-entity
- \li false
- \li Obsolete, use the following string instead.
- If enabled, the parser reports
- QXmlContentHandler::startEntity() and
- QXmlContentHandler::endEntity() events, so character data
- might be reported in chunks.
- If disabled, the parser does not report these events, but
- silently substitutes the entities, and reports the character
- data in one chunk.
\row \li \e http://qt-project.org/xml/features/report-start-end-entity
\li false
\li If enabled, the parser reports