diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdomnamednodemap.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdomnamednodemap.html')
-rw-r--r-- | doc/html/qdomnamednodemap.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qdomnamednodemap.html b/doc/html/qdomnamednodemap.html index 700dab2c9..ae800a894 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 <<a href="qdom-h.html">qdom.h</a>></tt> +<p><tt>#include <<a href="qdom-h.html">ntqdom.h</a>></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 <a href="qstring.html">TQString</a> & name ) const +<h3 class=fn>bool <a name="contains"></a>TQDomNamedNodeMap::contains ( const <a href="ntqstring.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="qdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const <a href="qstring.html">TQString</a> & name ) const +<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="namedItem"></a>TQDomNamedNodeMap::namedItem ( const <a href="ntqstring.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="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 <a href="qstring.html">TQString</a> & nsURI, const <a href="qstring.html">TQString</a> & localName ) const +<h3 class=fn><a href="qdomnode.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> 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 <a href="qstring.html">TQString</a> & name ) +<h3 class=fn><a href="qdomnode.html">TQDomNode</a> <a name="removeNamedItem"></a>TQDomNamedNodeMap::removeNamedItem ( const <a href="ntqstring.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="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 <a href="qstring.html">TQString</a> & nsURI, const <a href="qstring.html">TQString</a> & localName ) +<h3 class=fn><a href="qdomnode.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> Removes the node with the local name <em>localName</em> and the namespace URI <em>nsURI</em> from the map. |