You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/10/18 05:30:17 UTC

DO NOT REPLY [Bug 13751] New: - Doco for DOMNamedNodeMap::removeNamedItem incorrect?

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: xerces-c-dev@xml.apache.org
        ReportedBy: john_sisson@insession.com


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org