Uses of Interface
org.jdom.filter.Filter

Packages that use Filter
org.jdom   
org.jdom.filter   
 

Uses of Filter in org.jdom
 

Methods in org.jdom with parameters of type Filter
 java.util.List Document.getContent(Filter filter)
           Return a filtered view of this Document's content.
 java.util.List Element.getContent(Filter filter)
           Return a filter view of this Element's content.
 

Uses of Filter in org.jdom.filter
 

Classes in org.jdom.filter that implement Filter
 class ContentFilter
           ContentFilter is a general purpose Filter representing all legal JDOM objects and allows the ability to set and unset the visiblity of these objects.
 class ElementFilter
           The ElementFilter when applied to a FilterList will only allow Elements to be visible.
 



Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.