diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdomdocumenttype.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdomdocumenttype.html')
-rw-r--r-- | doc/html/qdomdocumenttype.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qdomdocumenttype.html b/doc/html/qdomdocumenttype.html index 577b5e2e9..83ce8aed6 100644 --- a/doc/html/qdomdocumenttype.html +++ b/doc/html/qdomdocumenttype.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } in the document tree. <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>Inherits <a href="qdomnode.html">TQDomNode</a>. <p><a href="qdomdocumenttype-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -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="qstring.html">TQString</a> <a name="internalSubset"></a>TQDomDocumentType::internalSubset () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> +Returns the internal subset of the document type or <a href="ntqstring.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="qdomnode.html#isDocumentType">TQDomNode::isDocu <p> <p>See also <a href="#nodeType">nodeType</a>() and <a href="qdomnode.html#toDocumentType">TQDomNode::toDocumentType</a>(). <p>Reimplemented from <a href="qdomnode.html#isDocumentType">TQDomNode</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="name"></a>TQDomDocumentType::name () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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="qdomnode.html#cloneNode">cloneNode</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="publicId"></a>TQDomDocumentType::publicId () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> if there is no public identifier. +<a href="ntqstring.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="qdomimplementation.html#createDocumentType">TQDomImplementation::createDocumentType</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="systemId"></a>TQDomDocumentType::systemId () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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="qstring.html#TQString-null">TQString::null</a> if there is no system identifier. +<a href="ntqstring.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="qdomimplementation.html#createDocumentType">TQDomImplementation::createDocumentType</a>(). <!-- eof --> |