summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomimplementation.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdomimplementation.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdomimplementation.html')
-rw-r--r--doc/html/qdomimplementation.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdomimplementation.html b/doc/html/qdomimplementation.html
index 1265fbf8..2c2d9a2b 100644
--- a/doc/html/qdomimplementation.html
+++ b/doc/html/qdomimplementation.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
features of the DOM implementation.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
-<p><tt>#include &lt;<a href="qdom-h.html">qdom.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qdom-h.html">ntqdom.h</a>&gt;</tt>
<p><a href="qdomimplementation-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -84,16 +84,16 @@ Constructs a copy of <em>x</em>.
</h3>
Destroys the object and frees its resources.
-<h3 class=fn><a href="qdomdocument.html">TQDomDocument</a> <a name="createDocument"></a>TQDomImplementation::createDocument ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="qdomdocumenttype.html">TQDomDocumentType</a>&nbsp;&amp;&nbsp;doctype )<tt> [virtual]</tt>
+<h3 class=fn><a href="qdomdocument.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="qdomdocumenttype.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="qdomdocumenttype.html">TQDomDocumentType</a> <a name="createDocumentType"></a>TQDomImplementation::createDocumentType ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;qName, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;publicId, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;systemId )<tt> [virtual]</tt>
+<h3 class=fn><a href="qdomdocumenttype.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>
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="qstring.html#TQString-null">TQString::null</a> as the <em>publicId</em>, this
+subset. If you specify <a href="ntqstring.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="qdomdocument.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="qstring.html">TQString</a>&nbsp;&amp;&nbsp;feature, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;version )<tt> [virtual]</tt>
+<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>
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: