- From: Hank Davidson <hankd@corel.com>
- Date: Fri, 15 May 1998 13:55:41 -0600
- To: www-dom@w3.org
The java interface for Document specifies that the arguments to the createAttribute method are the name (a String) and a value (a Node). Why is value a Node? It seems inconsistent with the getValue method on Attribute which returns a String, and the setAttribute method on Node which takes a String for the value.
Received on Friday, 15 May 1998 15:55:46 UTC