Class RecursiveChildNodeIterator

  • All Implemented Interfaces:
    com.helger.commons.collection.impl.ICommonsIterable<Node>, com.helger.commons.collection.iterate.IIterableIterator<Node>, Iterable<Node>, Iterator<Node>

    public class RecursiveChildNodeIterator
    extends Object
    implements com.helger.commons.collection.iterate.IIterableIterator<Node>
    Iterate all children of the start node, but NOT the start node itself.
    Author:
    Philip Helger