Class CollectingVisitor<T>

  • Type Parameters:
    T - The type of object to collect
    All Implemented Interfaces:
    Visitor

    public class CollectingVisitor<T>
    extends DefaultVisitor
    Visits a Resource or Element and collects all of its descendants of a given type into a single list