Error in NamedNodeMap::removeNamedItem() in DOM (Core) Level1

Hi.

At method 'removeNamedItem' in Interface 'NamedNodeMap',
the DOM(Core) Level1 specification states that:

> Return Values
>     The node removed from the list or
>     null if no node with such a name exists.
> 
> Exceptions
>     DOMException
>         NOT_FOUND_ERR:Raised if there is no node named 'name' in the list.

In case of no node with a given name, what will happen?

Thanks. 
---
Akinori ITO / Fujitsu Co, Ltd. Tokyo, Japan
E-mail : akito@candy.paso.fujitsu.co.jp

Received on Wednesday, 4 November 1998 11:30:48 UTC