diff options
Diffstat (limited to 'doc/html/tqdomdocument.html')
-rw-r--r-- | doc/html/tqdomdocument.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqdomdocument.html b/doc/html/tqdomdocument.html index 9d7a64cd3..6a1f83ab2 100644 --- a/doc/html/tqdomdocument.html +++ b/doc/html/tqdomdocument.html @@ -389,7 +389,7 @@ Assigns <em>x</em> to this DOM document. will also change the other. If you want to make a <a href="shclass.html#deep-copy">deep copy</a>, use <a href="tqdomnode.html#cloneNode">cloneNode</a>(). -<h3 class=fn>bool <a name="setContent"></a>TQDomDocument::setContent ( const <a href="qbytearray.html">TQByteArray</a> & buffer, bool namespaceProcessing, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) +<h3 class=fn>bool <a name="setContent"></a>TQDomDocument::setContent ( const <a href="tqbytearray.html">TQByteArray</a> & buffer, bool namespaceProcessing, <a href="tqstring.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 required by the XML @@ -411,7 +411,7 @@ TQDomNode::prefix(), <a href="tqdomnode.html#localName">TQDomNode::localName</a> <a href="tqdomnode.html#namespaceURI">TQDomNode::namespaceURI</a>() return <a href="tqstring.html#TQString-null">TQString::null</a>. <p> <p>See also <a href="tqdomnode.html#namespaceURI">TQDomNode::namespaceURI</a>(), <a href="tqdomnode.html#localName">TQDomNode::localName</a>(), <a href="tqdomnode.html#prefix">TQDomNode::prefix</a>(), <a href="tqstring.html#isNull">TQString::isNull</a>(), and <a href="tqstring.html#isEmpty">TQString::isEmpty</a>(). -<h3 class=fn>bool <a name="setContent-2"></a>TQDomDocument::setContent ( const <a href="ntqcstring.html">TQCString</a> & buffer, bool namespaceProcessing, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) +<h3 class=fn>bool <a name="setContent-2"></a>TQDomDocument::setContent ( const <a href="tqcstring.html">TQCString</a> & buffer, bool namespaceProcessing, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function reads the XML document from the C string <em>buffer</em>. @@ -430,7 +430,7 @@ is done. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function reads the XML document from the IO device <em>dev</em>. -<h3 class=fn>bool <a name="setContent-5"></a>TQDomDocument::setContent ( const <a href="ntqcstring.html">TQCString</a> & buffer, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) +<h3 class=fn>bool <a name="setContent-5"></a>TQDomDocument::setContent ( const <a href="tqcstring.html">TQCString</a> & buffer, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function reads the XML document from the C string <em>buffer</em>. @@ -438,7 +438,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> <b>Warning:</b> This function does not try to detect the encoding: instead it assumes that the C string is UTF-8 encoded. -<h3 class=fn>bool <a name="setContent-6"></a>TQDomDocument::setContent ( const <a href="qbytearray.html">TQByteArray</a> & buffer, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) +<h3 class=fn>bool <a name="setContent-6"></a>TQDomDocument::setContent ( const <a href="tqbytearray.html">TQByteArray</a> & buffer, <a href="tqstring.html">TQString</a> * errorMsg = 0, int * errorLine = 0, int * errorColumn = 0 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function reads the XML document from the byte array <em>buffer</em>. @@ -468,13 +468,13 @@ use certain features for parsing you can use this function to set up the reader appropriate. <p> <p>See also <a href="tqxmlsimplereader.html">TQXmlSimpleReader</a>. -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="toCString"></a>TQDomDocument::toCString () const +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="toCString"></a>TQDomDocument::toCString () const </h3> Converts the parsed document back to its textual representation -and returns a <a href="ntqcstring.html">TQCString</a> for that is encoded in UTF-8. +and returns a <a href="tqcstring.html">TQCString</a> for that is encoded in UTF-8. <p> <p>See also <a href="#toString">toString</a>(). -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="toCString-2"></a>TQDomDocument::toCString ( int indent ) const +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="toCString-2"></a>TQDomDocument::toCString ( int indent ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This function uses <em>indent</em> as the amount of space to indent |