Package org.jdom.filter
-
Interface Summary Interface Description Filter<E extends Content> A generalized filter to restrict visibility or mutability on a list. -
Class Summary Class Description AbstractFilter<T extends Content> Partial implementation ofFilter
.ContentFilter<E extends Content> A general purpose Filter able to represent all legal JDOM objects or a specific subset.ElementFilter A Filter that only matchesElement
objects.Filters Factory class of convenience methods to create Filter instances of common types.