diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomnamednodemap.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-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.html | 10 |
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 <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & nsURI, const <a href="ntqstring.html">TQString</a> & localName ) const +<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="namedItemNS"></a>TQDomNamedNodeMap::namedItemNS ( const <a href="tqstring.html">TQString</a> & nsURI, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & nsURI, const <a href="ntqstring.html">TQString</a> & localName ) +<h3 class=fn><a href="tqdomnode.html">TQDomNode</a> <a name="removeNamedItemNS"></a>TQDomNamedNodeMap::removeNamedItemNS ( const <a href="tqstring.html">TQString</a> & nsURI, const <a href="tqstring.html">TQString</a> & localName ) </h3> Removes the node with the local name <em>localName</em> and the namespace URI <em>nsURI</em> from the map. |