Uses of Class
org.jdom2.filter.AbstractFilter
-
Packages that use AbstractFilter Package Description org.jdom2.filter Classes to both filter and generically type-cast nodes of a document based on type, name, value, or other aspects, and to boolean AND/OR/NEGATE these rules. -
-
Uses of AbstractFilter in org.jdom2.filter
Subclasses of AbstractFilter in org.jdom2.filter Modifier and Type Class Description classAttributeFilterA Filter that only matchesAttributeobjects.classContentFilterA general purpose Filter able to represent all legal JDOM objects or a specific subset.classElementFilterA Filter that only matchesElementobjects.
-