summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomimplementation.html
diff options
context:
space:
mode:
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: