Uses of Interface
org.biojava.bio.program.ssbind.StAXHandlerFactory
-
Packages that use StAXHandlerFactory Package Description org.biojava.bio.program.ssbind Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD. -
-
Uses of StAXHandlerFactory in org.biojava.bio.program.ssbind
Fields in org.biojava.bio.program.ssbind declared as StAXHandlerFactory Modifier and Type Field Description static StAXHandlerFactory
AlignmentStAXHandler. ALIGNMENT_HANDLER_FACTORY
static StAXHandlerFactory
HeaderStAXHandler. HEADER_HANDLER_FACTORY
static StAXHandlerFactory
HitStAXHandler. HIT_HANDLER_FACTORY
static StAXHandlerFactory
HSPStAXHandler. HSP_HANDLER_FACTORY
static StAXHandlerFactory
HSPSummaryStAXHandler. HSPSUMMARY_HANDLER_FACTORY
Methods in org.biojava.bio.program.ssbind with parameters of type StAXHandlerFactory Modifier and Type Method Description protected void
SeqSimilarityStAXHandler. addHandler(ElementRecognizer recognizer, StAXHandlerFactory factory)
-