Uses of Class
org.biojava.bio.seq.io.game.StAXFeatureHandler

Packages that use StAXFeatureHandler
org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME). 
 

Uses of StAXFeatureHandler in org.biojava.bio.seq.io.game
 

Subclasses of StAXFeatureHandler in org.biojava.bio.seq.io.game
 class GAMEAnnotationHandler
          Handles the GAME <annotation> element
 class GAMEFeatureSetHandler
          Handles the <feature_set> element
 class GAMEFeatureSpanHandler
          Handles the <feature_span> element
 class GAMEHandler
          Handles the root GAME element
 

Fields in org.biojava.bio.seq.io.game declared as StAXFeatureHandler
protected  StAXFeatureHandler StAXPropertyHandler.staxenv
           
 

Methods in org.biojava.bio.seq.io.game with parameters of type StAXFeatureHandler
 StAXContentHandler StAXHandlerFactory.getHandler(StAXFeatureHandler staxenv)
          Return a suitable StAX content handler.
 

Constructors in org.biojava.bio.seq.io.game with parameters of type StAXFeatureHandler
GAMEDescriptionPropHandler(StAXFeatureHandler staxenv)
           
GAMENamePropHandler(StAXFeatureHandler staxenv)
           
GAMEResiduesPropHandler(StAXFeatureHandler staxenv)
           
GAMETypePropHandler(StAXFeatureHandler staxenv)