DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13751>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13751 Doco for DOMNamedNodeMap::removeNamedItem incorrect? Summary: Doco for DOMNamedNodeMap::removeNamedItem incorrect? Product: Xerces-C++ Version: 2.1.0 Platform: Other URL: http://xml.apache.org/xerces- c/apiDocs/class_DOMNamedNodeMap.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation for the DOMNamedNodeMap::removeNamedItem method states that null may be returned if no node with such a name exists. The doco also says that a DOMException NOT_FOUND_ERR is raised if there is no node named name in the map. This seems contradictory. Maybe this is from some doco being accidentially copied? The DOM spec does not state that this method can return null. http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1780488922 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
