Behavior of NodeIterator.toNext()

	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