Reading the DOM 1.0 recommendation leads to the follwing questions: - Interface NamedNodeMap, Method removeNamedItem DOM says: Return Value: The node removed from the map or NULL if no node with such a name exists. Exceptions: NOT_FOUND_ERR: Raised if there is no node named 'name' in the map If you throw an exception, why return something at all? - Interface Node, Attribute nodeValue DOM says: Exceptions on setting: NO_MODIFICATION_ALLOWED_ERR: raised when the node is readonly. Certain nodes (ie Document) does not have any nodeValue at all (NULL). What will happen if someone tries to set the nodeValue on such a node? What does "readonly" mean? Holger FloerkeReceived on Tuesday, 27 July 1999 02:53:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:50 GMT