- From: Keith Bernstein <keith.bernstein@Eng.Sun.COM>
- Date: Fri, 26 Feb 1999 19:21:06 -0800
- To: www-dom <www-dom@w3.org>
How long is your NodeList? Um, a couple of feet? 20 bytes? Oh, never mind. It seems to me that lists don't have "lengths", they have some number of elements. Back in the old days of computing programmers used things that we used to call "Arrays" which had lengths, but modern lists definately have counts, not lengths. How about: NodeList.getCount() ?? kb
Received on Friday, 26 February 1999 22:21:40 UTC