• 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StAXContentHandler getHandler​(SeqSimilarityStAXAdapter ssContext)

      getHandler returns an appropriate StAXContentHandler implementation containing a reference to a parent context.

    • Method Detail

      • getHandler

        StAXContentHandler getHandler​(SeqSimilarityStAXAdapter ssContext)

        getHandler returns an appropriate StAXContentHandler implementation containing a reference to a parent context.

        Parameters:
        ssContext - a SeqSimilarityStAXAdapter.
        Returns:
        a StAXContentHandler.