Package org.biojava.bio.program.ssbind
Interface StAXHandlerFactory
- 
 public interface StAXHandlerFactory StAXHandlerFactoryis an interface for factories producingStAXContentHandlers which are used by theSeqSimilarityStAXAdapter.- Since:
- 1.3
- Author:
- Thomas Down, Keith James
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StAXContentHandlergetHandler(SeqSimilarityStAXAdapter ssContext)getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.
 
- 
- 
- 
Method Detail- 
getHandlerStAXContentHandler getHandler(SeqSimilarityStAXAdapter ssContext) getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.- Parameters:
- ssContext- a- SeqSimilarityStAXAdapter.
- Returns:
- a StAXContentHandler.
 
 
- 
 
-