Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdom.filter.AbstractFilter

Uses of AbstractFilter in org.jdom.filter
 

Subclasses of AbstractFilter in org.jdom.filter
(package private)  class AndFilter
          Allow two filters to be chained together with a logical and operation.
 class ContentFilter
          A general purpose Filter able to represent all legal JDOM objects or a specific subset.
 class ElementFilter
          A Filter that only matches org.jdom.Element objects.
(package private)  class NegateFilter
          Filter that is the logical negation operation of another filter.
(package private)  class OrFilter
          Allow two filters to be chained together with a logical or operation.