diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomdocumenttype.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomdocumenttype.html')
-rw-r--r-- | doc/html/tqdomdocumenttype.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqdomdocumenttype.html b/doc/html/tqdomdocumenttype.html index 8f171a0fa..b49c2d612 100644 --- a/doc/html/tqdomdocumenttype.html +++ b/doc/html/tqdomdocumenttype.html @@ -90,9 +90,9 @@ Destroys the object and frees its resources. </h3> Returns a map of all entities described in the DTD. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="internalSubset"></a>TQDomDocumentType::internalSubset () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="internalSubset"></a>TQDomDocumentType::internalSubset () const<tt> [virtual]</tt> </h3> -Returns the internal subset of the document type or <a href="ntqstring.html#TQString-null">TQString::null</a> +Returns the internal subset of the document type or <a href="tqstring.html#TQString-null">TQString::null</a> if there is no internal subset. <p> <p>See also <a href="#publicId">publicId</a>() and <a href="#systemId">systemId</a>(). @@ -102,7 +102,7 @@ This function overloads <a href="tqdomnode.html#isDocumentType">TQDomNode::isDoc <p> <p>See also <a href="#nodeType">nodeType</a>() and <a href="tqdomnode.html#toDocumentType">TQDomNode::toDocumentType</a>(). <p>Reimplemented from <a href="tqdomnode.html#isDocumentType">TQDomNode</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQDomDocumentType::name () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQDomDocumentType::name () const<tt> [virtual]</tt> </h3> Returns the name of the document type as specified in the <!DOCTYPE name> tag. @@ -125,16 +125,16 @@ Assigns <em>n</em> to this document type. will also change the other. If you want to make a <a href="shclass.html#deep-copy">deep copy</a>, use <a href="tqdomnode.html#cloneNode">cloneNode</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="publicId"></a>TQDomDocumentType::publicId () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="publicId"></a>TQDomDocumentType::publicId () const<tt> [virtual]</tt> </h3> Returns the public identifier of the external DTD subset or -<a href="ntqstring.html#TQString-null">TQString::null</a> if there is no public identifier. +<a href="tqstring.html#TQString-null">TQString::null</a> if there is no public identifier. <p> <p>See also <a href="#systemId">systemId</a>(), <a href="#internalSubset">internalSubset</a>(), and <a href="tqdomimplementation.html#createDocumentType">TQDomImplementation::createDocumentType</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="systemId"></a>TQDomDocumentType::systemId () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="systemId"></a>TQDomDocumentType::systemId () const<tt> [virtual]</tt> </h3> Returns the system identifier of the external DTD subset or -<a href="ntqstring.html#TQString-null">TQString::null</a> if there is no system identifier. +<a href="tqstring.html#TQString-null">TQString::null</a> if there is no system identifier. <p> <p>See also <a href="#publicId">publicId</a>(), <a href="#internalSubset">internalSubset</a>(), and <a href="tqdomimplementation.html#createDocumentType">TQDomImplementation::createDocumentType</a>(). <!-- eof --> |