Hi, > this has always been the same
> it depends on how familiar the reader is with static > imports in general Sure, it depends on how open you are to learn and use new stuff. > The best API would be: > for (Node child : node.getNodes()) Sure. > and I think we get there once java.util.Iterator implements Iterable, which > I think is planned for future Java release. I don't believe this is going to happen in the near future, if it happens at all. If you have a link where you read that, could you please post it? Regards, Thomas
