diff options
Diffstat (limited to 'doc/html/qdomdocument.html')
-rw-r--r-- | doc/html/qdomdocument.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdomdocument.html b/doc/html/qdomdocument.html index 6427a8c1e..e236b1098 100644 --- a/doc/html/qdomdocument.html +++ b/doc/html/qdomdocument.html @@ -392,7 +392,7 @@ will also change the other. If you want to make a <a href="shclass.html#deep-cop <h3 class=fn>bool <a name="setContent"></a>TQDomDocument::setContent ( const <a href="qbytearray.html">TQByteArray</a> & buffer, bool namespaceProcessing, <a href="qstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) </h3> This function parses the XML document from the byte array <em>buffer</em> and sets it as the content of the document. It tries to -detect the encoding of the document as retquired by the XML +detect the encoding of the document as required by the XML specification. <p> If <em>namespaceProcessing</em> is TRUE, the parser recognizes namespaces in the XML file and sets the prefix name, local name |