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 Summary
All 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
-
getHandler
StAXContentHandler getHandler(SeqSimilarityStAXAdapter ssContext)
getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.- Parameters:
ssContext- aSeqSimilarityStAXAdapter.- Returns:
- a
StAXContentHandler.
-
-