diff options
Diffstat (limited to 'doc/html/qdomimplementation.html')
-rw-r--r-- | doc/html/qdomimplementation.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdomimplementation.html b/doc/html/qdomimplementation.html index 1265fbf85..2c2d9a2b7 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 <<a href="qdom-h.html">qdom.h</a>></tt> +<p><tt>#include <<a href="qdom-h.html">ntqdom.h</a>></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 <a href="qstring.html">TQString</a> & nsURI, const <a href="qstring.html">TQString</a> & qName, const <a href="qdomdocumenttype.html">TQDomDocumentType</a> & doctype )<tt> [virtual]</tt> +<h3 class=fn><a href="qdomdocument.html">TQDomDocument</a> <a name="createDocument"></a>TQDomImplementation::createDocument ( const <a href="ntqstring.html">TQString</a> & nsURI, const <a href="ntqstring.html">TQString</a> & qName, const <a href="qdomdocumenttype.html">TQDomDocumentType</a> & 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 <a href="qstring.html">TQString</a> & qName, const <a href="qstring.html">TQString</a> & publicId, const <a href="qstring.html">TQString</a> & systemId )<tt> [virtual]</tt> +<h3 class=fn><a href="qdomdocumenttype.html">TQDomDocumentType</a> <a name="createDocumentType"></a>TQDomImplementation::createDocumentType ( const <a href="ntqstring.html">TQString</a> & qName, const <a href="ntqstring.html">TQString</a> & publicId, const <a href="ntqstring.html">TQString</a> & 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 <a href="qstring.html">TQString</a> & feature, const <a href="qstring.html">TQString</a> & version )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const <a href="ntqstring.html">TQString</a> & feature, const <a href="ntqstring.html">TQString</a> & 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: |