Uses of Class
org.biojava.bio.seq.io.game.StAXFeatureHandler
-
Packages that use StAXFeatureHandler Package Description 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 Modifier and Type Class Description class
GAMEAnnotationHandler
Handles the GAME <annotation> elementclass
GAMEFeatureSetHandler
Handles the <feature_set> elementclass
GAMEFeatureSpanHandler
Handles the <feature_span> elementclass
GAMEHandler
Handles the root GAME elementFields in org.biojava.bio.seq.io.game declared as StAXFeatureHandler Modifier and Type Field Description protected StAXFeatureHandler
StAXPropertyHandler. staxenv
Methods in org.biojava.bio.seq.io.game with parameters of type StAXFeatureHandler Modifier and Type Method Description StAXContentHandler
StAXHandlerFactory. getHandler(StAXFeatureHandler staxenv)
Return a suitable StAX content handler.Constructors in org.biojava.bio.seq.io.game with parameters of type StAXFeatureHandler Constructor Description GAMEDescriptionPropHandler(StAXFeatureHandler staxenv)
GAMENamePropHandler(StAXFeatureHandler staxenv)
GAMEResiduesPropHandler(StAXFeatureHandler staxenv)
GAMETypePropHandler(StAXFeatureHandler staxenv)
-