how to loop through node list in java code example Example: java loop through list for (E element : list) { . . . }