Re: NamedNodeMap

A supplement to my last posting:

NamedNodeMap.setNamedItem and setNamedItemNS:  What happens if the
node which is specified by arg is already in use in another
NamedNodeMap or part of a DOM tree?
It seems likely that the DOM wants it to be silently removed and than
being added to the NamedNodeMap, isn't it?

NamedNodeMap.removeNamedItemNS, NOT_FOUND_ERR:  The text should read:
"Raised if there is no node with such a local name and namespaceURI in
the map."

-- 
=====================================================================
 Dieter Koehler, M. A. - dieter.koehler@ppp.uni-bamberg.de
 Mittlere Kaulberg 22, D-96049 Bamberg, +49(0)951-5190726
 "http://www.philo.de/Philosophie-Seiten/": 1000+ Philosophie-Links
 "http://www.philo.de/VirtualLibrary/14.de.htm": Deutsche Philo-Links
 "http://www.philo.de/xml/": Open XML - XML-Komponenten fuer Delphi
=====================================================================

Received on Sunday, 5 March 2000 14:24:51 UTC