- From: Jon Dart <jdart@tibco.com>
- Date: Fri, 11 Sep 1998 20:34:42 -0400 (EDT)
- To: www-dom@w3.org
Generally it looks good. I have two concerns: 1. Why isn't NodeType an enum, like ExceptionCode is? I think it should be an enum, for consistency (and better type checking). 2. The NodeList and NamedNodeMap use unsigned long for the size and the index accessors. The Java binding uses Vector to implement NodeList, which uses "int" for size and index. Is there an inconsistency? --Jon Dart TIBCO Software Inc. ------------------------------------------------------------------- Jon Dart jdart@tibco.com TIBCO Software Inc. 650-846-5099
Received on Friday, 25 September 1998 11:08:47 UTC