Uses of Class
org.cdmckay.coffeedom.filter.ContentFilter.ContentType

Packages that use ContentFilter.ContentType
org.cdmckay.coffeedom.filter Classes to programmatically filter nodes of a document based on type, name, value, or other aspects and to boolean and/or/negate these rules. 
 

Uses of ContentFilter.ContentType in org.cdmckay.coffeedom.filter
 

Methods in org.cdmckay.coffeedom.filter that return ContentFilter.ContentType
static ContentFilter.ContentType ContentFilter.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentFilter.ContentType[] ContentFilter.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cdmckay.coffeedom.filter that return types with arguments of type ContentFilter.ContentType
 EnumSet<ContentFilter.ContentType> ContentFilter.getFilterSet()
          Return current filtering set.
 

Method parameters in org.cdmckay.coffeedom.filter with type arguments of type ContentFilter.ContentType
 void ContentFilter.setFilterSet(EnumSet<ContentFilter.ContentType> set)
          Set filtering set.
 

Constructor parameters in org.cdmckay.coffeedom.filter with type arguments of type ContentFilter.ContentType
ContentFilter(EnumSet<ContentFilter.ContentType> set)
          Filter out CoffeeDOM objects according to a filtering set.
 



Copyright © 2011. All Rights Reserved.