summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomnamednodemap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdomnamednodemap.html')
-rw-r--r--doc/html/qdomnamednodemap.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qdomnamednodemap.html b/doc/html/qdomnamednodemap.html
index 700dab2c..ae800a89 100644
--- a/doc/html/qdomnamednodemap.html
+++ b/doc/html/qdomnamednodemap.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
that can be accessed by name.
<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><a href="qdomnamednodemap-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -104,7 +104,7 @@ Constructs a copy of <em>n</em>.
</h3>
Destroys the object and frees its resources.
-<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
+<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
Returns TRUE if the map contains a node called <em>name</em>; otherwise
returns FALSE.
@@ -127,14 +127,14 @@ the map are ordered arbitrarily.
Returns the number of nodes in the map.
<p> <p>See also <a href="#item">item</a>().
-<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
+<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
</h3>
Returns the node called <em>name</em>.
<p> If the named node map does not contain such a node, a <a href="qdomnode.html#isNull">null node</a> is returned. A node's name is
the name returned by <a href="qdomnode.html#nodeName">TQDomNode::nodeName</a>().
<p> <p>See also <a href="#setNamedItem">setNamedItem</a>() and <a href="#namedItemNS">namedItemNS</a>().
-<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="namedItemNS"></a>TQDomNamedNodeMap::namedItemNS ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;localName ) const
+<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="namedItemNS"></a>TQDomNamedNodeMap::namedItemNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName ) const
</h3>
Returns the node associated with the local name <em>localName</em> and
the namespace URI <em>nsURI</em>.
@@ -155,14 +155,14 @@ Assigns <em>n</em> to this named node map.
Returns TRUE if <em>n</em> and this named node map are equal; otherwise
returns FALSE.
-<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
+<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Removes the node called <em>name</em> from the map.
<p> The function returns the removed node or a <a href="qdomnode.html#isNull">null node</a> if the map did not contain a
node called <em>name</em>.
<p> <p>See also <a href="#setNamedItem">setNamedItem</a>(), <a href="#namedItem">namedItem</a>(), and <a href="#removeNamedItemNS">removeNamedItemNS</a>().
-<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItemNS"></a>TQDomNamedNodeMap::removeNamedItemNS ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;localName )
+<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItemNS"></a>TQDomNamedNodeMap::removeNamedItemNS ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;localName )
</h3>
Removes the node with the local name <em>localName</em> and the
namespace URI <em>nsURI</em> from the map.