Package org.biojava.bio.program.ssbind
Interface StAXHandlerFactory
public interface StAXHandlerFactory
StAXHandlerFactory is an interface for factories
producing StAXContentHandlers which are used by the
SeqSimilarityStAXAdapter.- Since:
- 1.3
- Author:
- Thomas Down, Keith James
-
Method Summary
Modifier and TypeMethodDescriptiongetHandler(SeqSimilarityStAXAdapter ssContext) getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.
-
Method Details
-
getHandler
getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.- Parameters:
ssContext- aSeqSimilarityStAXAdapter.- Returns:
- a
StAXContentHandler.
-