Class ChildElementIterator

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

    public class ChildElementIterator
    extends Object
    implements com.helger.commons.collection.iterate.IIterableIterator<Element>
    Iterate child elements of a single node. Does not iterate recursively. Does not return the start node.
    Author:
    Philip Helger