summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomnamednodemap.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:44:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomnamednodemap.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqdomnamednodemap.html')
-rw-r--r--doc/html/tqdomnamednodemap.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdomnamednodemap.html b/doc/html/tqdomnamednodemap.html
index 4b1dd231a..bf9fb3266 100644
--- a/doc/html/tqdomnamednodemap.html
+++ b/doc/html/tqdomnamednodemap.html
@@ -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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
+<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const&nbsp;<a href="tqstring.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="tqdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const
+<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const&nbsp;<a href="tqstring.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="tqdomnode.html#isNull">null node</a> is returned. A node's name is
the name returned by <a href="tqdomnode.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="tqdomnode.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 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="namedItemNS"></a>TQDomNamedNodeMap::namedItemNS ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="tqstring.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="tqdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
+<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const&nbsp;<a href="tqstring.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="tqdomnode.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="tqdomnode.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 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItemNS"></a>TQDomNamedNodeMap::removeNamedItemNS ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;nsURI, const&nbsp;<a href="tqstring.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.