Uses of Class
com.jmw.tzap.IteratingFilter

Packages that use IteratingFilter
com.jmw.tzap.filters   
 

Uses of IteratingFilter in com.jmw.tzap.filters
 

Subclasses of IteratingFilter in com.jmw.tzap.filters
 class AppendFileFilter
          Appends the contents of a file to the beginning or end of a buffer.
 class AppendFilter
          Appends text to the beginning or end of a buffer.
 class ExtractLinesFilter
          Extracts a given number of lines from a buffer and drops the rest.
 class FindAllFilter
          FindFilter searches for all occurances of a given Regex and can save the list in a file.
 class FindFilter
          FindFilter searches for all occurances of a given Regex and can save the list in a file.
 class FindMergeFilter
          Filter that compares the found values with an existing match file.
 class ReplaceFilter
          Replaces a regular expression in a buffer.
 class ReplaceFilterPlus
          Abstract filter that allows some work to be done to part of a regex before replacement.
 class ReplaceListFilter
          Replaces all regex and match pairs found in the matchfile.
 class ReverseFilter
          A filter that finds a regex and replaces it with same value but reversed.
 class XSLTFilter
          Runs an XSL Transforation on a buffer