Uses of Class
org.biojava.bio.seq.io.game12.StAXFeatureHandler
-
Packages that use StAXFeatureHandler Package Description org.biojava.bio.seq.io.game12 Event-driven parsing system for the Gene Annotation Markup Elements (GAME). -
-
Uses of StAXFeatureHandler in org.biojava.bio.seq.io.game12
Subclasses of StAXFeatureHandler in org.biojava.bio.seq.io.game12 Modifier and Type Class Description class
GAMEAnnotationHandler
Handles the GAME <annotation> elementclass
GAMEAspectHandler
Handles the GAME <aspect> elementclass
GAMEDbxrefHandler
Handles the GAME <dbxref> elementclass
GAMEFeatureSetHandler
Handles the GAME <feature_set> element this element is used to represent transcripts.class
GAMEFeatureSpanHandler
Handles the GAME <feature_span> elementclass
GAMEFeatureSpanHandler.SeqRelHandler
class
GAMEGeneHandler
Handles the GAME <annotation> elementclass
GAMEHandler
Handles the root GAME elementclass
GAMEPropertyHandler
Handles the GAME <dbxref> elementclass
GAMESeqHandler
Handles the GAME <seq> elementclass
GAMESeqRelHandler
Handles the GAME <> element class
GAMESpanHandler
Handles the GAME <> element.Fields in org.biojava.bio.seq.io.game12 declared as StAXFeatureHandler Modifier and Type Field Description StAXFeatureHandler
StAXFeatureHandler. staxenv
Nesting class that provides callback interfaces to nested classMethods in org.biojava.bio.seq.io.game12 with parameters of type StAXFeatureHandler Modifier and Type Method Description StAXContentHandler
StAXHandlerFactory. getHandler(StAXFeatureHandler staxenv)
Return a suitable StAX content handler.
-