Uses of Interface
net.beandocument.BeanContentFilter

Uses of BeanContentFilter in net.beandocument
 

Classes in net.beandocument that implement BeanContentFilter
 class SimpleBeanContentFilter
          Simple filter implementation which matches the given content as regular expressions against the given conditions.
 

Methods in net.beandocument with parameters of type BeanContentFilter
 void BeanElementFactory.addIncludeFilter(BeanContentFilter filter)
          Adds an include filter to the set of member inclusion filters
 void BeanElementFactory.addExcludeFilter(BeanContentFilter filter)
          Adds an exclude filter to the set of member exclusion filters
 void BeanDocumentBuilder.addIncludeFilter(BeanContentFilter filter)
          Adds a filter for evaluating bean element content.
 void BeanDocumentBuilder.addExcludeFilter(BeanContentFilter filter)
          Adds a filter for evaluating bean element content.