Uses of Interface
org.biojava.bio.program.ssbind.StAXHandlerFactory

Packages that use StAXHandlerFactory
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
static StAXHandlerFactory AlignmentStAXHandler.ALIGNMENT_HANDLER_FACTORY
           
static StAXHandlerFactory HSPSummaryStAXHandler.HSPSUMMARY_HANDLER_FACTORY
           
static StAXHandlerFactory HitStAXHandler.HIT_HANDLER_FACTORY
           
static StAXHandlerFactory HeaderStAXHandler.HEADER_HANDLER_FACTORY
           
static StAXHandlerFactory HSPStAXHandler.HSP_HANDLER_FACTORY
           
 

Methods in org.biojava.bio.program.ssbind with parameters of type StAXHandlerFactory
protected  void SeqSimilarityStAXHandler.addHandler(ElementRecognizer recognizer, StAXHandlerFactory factory)