diff options
Diffstat (limited to 'doc/html/tqdomimplementation.html')
-rw-r--r-- | doc/html/tqdomimplementation.html | 8 |
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 <a href="ntqstring.html">TQString</a> & nsURI, const <a href="ntqstring.html">TQString</a> & qName, const <a href="tqdomdocumenttype.html">TQDomDocumentType</a> & doctype )<tt> [virtual]</tt> +<h3 class=fn><a href="tqdomdocument.html">TQDomDocument</a> <a name="createDocument"></a>TQDomImplementation::createDocument ( const <a href="tqstring.html">TQString</a> & nsURI, const <a href="tqstring.html">TQString</a> & qName, const <a href="tqdomdocumenttype.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="tqdomdocumenttype.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 class=fn><a href="tqdomdocumenttype.html">TQDomDocumentType</a> <a name="createDocumentType"></a>TQDomImplementation::createDocumentType ( const <a href="tqstring.html">TQString</a> & qName, const <a href="tqstring.html">TQString</a> & publicId, const <a href="tqstring.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="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 <a href="ntqstring.html">TQString</a> & feature, const <a href="ntqstring.html">TQString</a> & version )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="hasFeature"></a>TQDomImplementation::hasFeature ( const <a href="tqstring.html">TQString</a> & feature, const <a href="tqstring.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: |