Package org.jdom.filter2
-
Interface Summary Interface Description Filter<T> A generalized filter to restrict visibility or mutability on a list. -
Class Summary Class Description AbstractFilter<T> Partial implementation ofFilter
.AttributeFilter A Filter that only matchesAttribute
objects.ContentFilter 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.