Uses of Class
org.biojava.bio.program.tagvalue.TagValueWrapper

Packages that use TagValueWrapper
org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. 
 

Uses of TagValueWrapper in org.biojava.bio.program.tagvalue
 

Subclasses of TagValueWrapper in org.biojava.bio.program.tagvalue
 class RegexFieldFinder
           
 class TagDelegator
           Pushes a new parser and listener, or delegate to a listener depending on the tag.
 class TagDropper
          Silently drop all tags except those specified, and pass the rest onto a delegate.
 class TagRenamer
           Rename tags using a TagMapper.
 class ValueChanger
           Intercept the values associated with some tags and change them systematically.