Uses of Interface
org.biojava.bio.seq.io.game12.StAXHandlerFactory
-
Packages that use StAXHandlerFactory Package Description org.biojava.bio.seq.io.game12 Event-driven parsing system for the Gene Annotation Markup Elements (GAME). -
-
Uses of StAXHandlerFactory in org.biojava.bio.seq.io.game12
Fields in org.biojava.bio.seq.io.game12 declared as StAXHandlerFactory Modifier and Type Field Description static StAXHandlerFactory
GAMEAnnotationHandler. GAME_ANNOTATION_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMEAspectHandler. GAME_ASPECT_HANDLER_FACTORY
static StAXHandlerFactory
GAMEDbxrefHandler. GAME_DBXREF_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMEFeatureSetHandler. GAME_FEATURE_SET_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMEFeatureSpanHandler. GAME_FEATURE_SPAN_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMEGeneHandler. GAME_GENE_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMEPropertyHandler. GAME_PROPERTY_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMESeqHandler. GAME_SEQ_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMESeqRelHandler. GAME_SEQ_REL_HANDLER_FACTORY
Description of the Fieldstatic StAXHandlerFactory
GAMESpanHandler. GAME_SPAN_HANDLER_FACTORY
Description of the FieldMethods in org.biojava.bio.seq.io.game12 with parameters of type StAXHandlerFactory Modifier and Type Method Description protected void
StAXFeatureHandler. addHandler(ElementRecognizer rec, StAXHandlerFactory handler)
Adds a feature to the Handler attribute of the StAXFeatureHandler object
-