Class IncludeExcludeTreeFilter<E extends Element<E>>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    TreeFilter<E>
    Direct Known Subclasses:
    OverridableIncludeExcludeTreeFilter

    public class IncludeExcludeTreeFilter<E extends Element<E>>
    extends BaseTreeFilter<E>
    A tree filter that uses a combination of an include and exclude filters to arrive at the filtering decisions. If there is no include filter defined, everything is included. If there is an exclude filter defined, it excludes from the included elements.