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/tqdomentity.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomentity.html')
-rw-r--r-- | doc/html/tqdomentity.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqdomentity.html b/doc/html/tqdomentity.html index 0b335e8f4..1f0d2512f 100644 --- a/doc/html/tqdomentity.html +++ b/doc/html/tqdomentity.html @@ -102,11 +102,11 @@ Returns TRUE. Returns <a href="tqdomnode.html#NodeType-enum">EntityNode</a>. <p>Reimplemented from <a href="tqdomnode.html#nodeType">TQDomNode</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="notationName"></a>TQDomEntity::notationName () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="notationName"></a>TQDomEntity::notationName () const<tt> [virtual]</tt> </h3> For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns -<a href="ntqstring.html#TQString-null">TQString::null</a>. +<a href="tqstring.html#TQString-null">TQString::null</a>. <h3 class=fn><a href="tqdomentity.html">TQDomEntity</a> & <a name="operator-eq"></a>TQDomEntity::operator= ( const <a href="tqdomentity.html">TQDomEntity</a> & x ) </h3> @@ -115,15 +115,15 @@ Assigns <em>x</em> to this DOM entity. 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>TQDomEntity::publicId () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="publicId"></a>TQDomEntity::publicId () const<tt> [virtual]</tt> </h3> Returns the public identifier associated with this entity. If the -public identifier was not specified <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. +public identifier was not specified <a href="tqstring.html#TQString-null">TQString::null</a> is returned. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="systemId"></a>TQDomEntity::systemId () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="systemId"></a>TQDomEntity::systemId () const<tt> [virtual]</tt> </h3> Returns the system identifier associated with this entity. If the -system identifier was not specified <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. +system identifier was not specified <a href="tqstring.html#TQString-null">TQString::null</a> is returned. <!-- eof --> <hr><p> |