- From: TAMURA Kent <kent@trl.ibm.co.jp>
- Date: Tue, 7 Apr 1998 11:46:31 +0900
- To: www-dom@w3.org
NodeIterator ni = some_node.getChildNodes(); Node node = ni.toNext(); In this code, is a variable `node' the first child? Or second child? -- TAMURA Kent @ Tokyo Research Laboratory, IBM Japan
Received on Monday, 6 April 1998 22:47:19 UTC