xml: Fix typos in documentation
Pick-to: 5.15 6.2 Change-Id: Ie2a4df380dc2e519a55db4457bd17e326e62046f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
9f701b6ffc
commit
5cb48619e2
|
|
@ -4477,7 +4477,7 @@ QString QDomElement::attributeNS(const QString& nsURI, const QString& localName,
|
|||
Adds an attribute with the qualified name \a qName and the
|
||||
namespace URI \a nsURI with the value \a value. If an attribute
|
||||
with the same local name and namespace URI exists, its prefix is
|
||||
replaced by the prefix of \a qName and its value is repaced by \a
|
||||
replaced by the prefix of \a qName and its value is replaced by \a
|
||||
value.
|
||||
|
||||
Although \a qName is the qualified name, the local name is used to
|
||||
|
|
@ -4700,7 +4700,7 @@ void QDomTextPrivate::save(QTextStream& s, int, int) const
|
|||
\ingroup xml-tools
|
||||
|
||||
You can split the text in a QDomText object over two QDomText
|
||||
objecs with splitText().
|
||||
objects with splitText().
|
||||
|
||||
For further information about the Document Object Model see
|
||||
\l{http://www.w3.org/TR/REC-DOM-Level-1/}{Level 1} and
|
||||
|
|
|
|||
Loading…
Reference in New Issue