summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomimplementation.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomimplementation.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomimplementation.html')
-rw-r--r--doc/html/tqdomimplementation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdomimplementation.html b/doc/html/tqdomimplementation.html
index 36d495214..5086e09ec 100644
--- a/doc/html/tqdomimplementation.html
+++ b/doc/html/tqdomimplementation.html
@@ -84,16 +84,16 @@ Constructs a copy of <em>x</em>.
</h3>
Destroys the object and frees its resources.
-<h3 class=fn><a href="tqdomdocument.html">TQDomDocument</a> <a name="createDocument"></a>TQDomImplementation::createDocument ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="tqdomdocumenttype.html">TQDomDocumentType</a>&nbsp;&amp;&nbsp;doctype )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqdomdocument.html">TQDomDocument</a> <a name="createDocument"></a>TQDomImplementation::createDocument ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="tqdomdocumenttype.html">TQDomDocumentType</a>&nbsp;&amp;&nbsp;doctype )<tt> [virtual]</tt>
</h3>
Creates a DOM document with the document type <em>doctype</em>. This
function also adds a root element node with the qualified name <em>qName</em> and the namespace URI <em>nsURI</em>.
-<h3 class=fn><a href="tqdomdocumenttype.html">TQDomDocumentType</a> <a name="createDocumentType"></a>TQDomImplementation::createDocumentType ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [virtual]</tt>
+<h3 class=fn><a href="tqdomdocumenttype.html">TQDomDocumentType</a> <a name="createDocumentType"></a>TQDomImplementation::createDocumentType ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [virtual]</tt>
</h3>
Creates a document type node for the name <em>qName</em>.
<p> <em>publicId</em> specifies the public identifier of the external
-subset. If you specify <a href="ntqstring.html#TQString-null">TQString::null</a> as the <em>publicId</em>, this
+subset. If you specify <a href="tqstring.html#TQString-null">TQString::null</a> as the <em>publicId</em>, this
means that the document type has no public identifier.
<p> <em>systemId</em> specifies the system identifier of the external
subset. If you specify TQString::null as the <em>systemId</em>, this
@@ -108,7 +108,7 @@ way, is in combination with the <a href="#createDocument">createDocument</a>() f
create a <a href="tqdomdocument.html">TQDomDocument</a> with this document type.
<p> <p>See also <a href="#createDocument">createDocument</a>().
-<h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;feature, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;version )<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;feature, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;version )<tt> [virtual]</tt>
</h3>
The function returns TRUE if TQDom implements the requested <em>version</em> of a <em>feature</em>; otherwise returns FALSE.
<p> The currently supported features and their versions: