Class RecursiveNodeIterator

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

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