summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomentity.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdomentity.html')
-rw-r--r--doc/html/qdomentity.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qdomentity.html b/doc/html/qdomentity.html
index 21a5ae50..927b0344 100644
--- a/doc/html/qdomentity.html
+++ b/doc/html/qdomentity.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDomEntity class represents an XML entity.
<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>Inherits <a href="qdomnode.html">TQDomNode</a>.
<p><a href="qdomentity-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -102,11 +102,11 @@ Returns TRUE.
Returns <a href="qdomnode.html#NodeType-enum">EntityNode</a>.
<p>Reimplemented from <a href="qdomnode.html#nodeType">TQDomNode</a>.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="notationName"></a>TQDomEntity::notationName () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a>.
+<a href="ntqstring.html#TQString-null">TQString::null</a>.
<h3 class=fn><a href="qdomentity.html">TQDomEntity</a>&nbsp;&amp; <a name="operator-eq"></a>TQDomEntity::operator= ( const&nbsp;<a href="qdomentity.html">TQDomEntity</a>&nbsp;&amp;&nbsp;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="qdomnode.html#cloneNode">cloneNode</a>().
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="publicId"></a>TQDomEntity::publicId () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> is returned.
+public identifier was not specified <a href="ntqstring.html#TQString-null">TQString::null</a> is returned.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="systemId"></a>TQDomEntity::systemId () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> is returned.
+system identifier was not specified <a href="ntqstring.html#TQString-null">TQString::null</a> is returned.
<!-- eof -->
<hr><p>