tng 2002/11/15 13:25:59
Modified: c/src/xercesc/dom DOMNamedNodeMap.hpp
Log:
[Bug 13751] Documentation for DOMNamedNodeMap incorrect.
Revision Changes Path
1.7 +3 -4 xml-xerces/c/src/xercesc/dom/DOMNamedNodeMap.hpp
Index: DOMNamedNodeMap.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMNamedNodeMap.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DOMNamedNodeMap.hpp 4 Nov 2002 15:09:24 -0000 1.6
+++ DOMNamedNodeMap.hpp 15 Nov 2002 21:25:59 -0000 1.7
@@ -189,8 +189,7 @@
* If the removed node is an
* <code>DOMAttr</code> with a default value it is immediately replaced.
* @param name The <code>nodeName</code> of a node to remove.
- * @return The node removed from the map or <code>null</code> if no node
- * with such a name exists.
+ * @return The node removed from the map if a node with such a name exists.
* @exception DOMException
* NOT_FOUND_ERR: Raised if there is no node named <code>name</code> in
* the map.
@@ -202,7 +201,7 @@
virtual DOMNode *removeNamedItem(const XMLCh *name) = 0;
//@}
- /** @name Functions introduced in DOM Level 1 */
+ /** @name Functions introduced in DOM Level 2 */
//@{
/**
* Retrieves a node specified by local name and namespace URI.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]