Class SeqSimilarityStAXAdapter

  • All Implemented Interfaces:
    StAXContentHandler

    public class SeqSimilarityStAXAdapter
    extends StAXContentHandlerBase
    SeqSimilarityStAXAdapter is a handler for XML conforming to the BioJava BlastLike DTD. Together with its modular delegate handlers it converts XML into calls on a SearchContentHandler interface. Implementations of the at interface create various types of Java object from the XML data.
    Since:
    1.3
    Author:
    Keith James
    • Constructor Detail

      • SeqSimilarityStAXAdapter

        public SeqSimilarityStAXAdapter()
    • Method Detail

      • getSearchContentHandler

        public SearchContentHandler getSearchContentHandler()
        getSearchContentHandler gets the handler which will receive the method calls generated by the adapter.
        Returns:
        a SearchContentHandler.
      • setSearchContentHandler

        public void setSearchContentHandler​(SearchContentHandler scHandler)
        setSearchContentHandler sets the handler which will recieve the method calls generated by the adapter.
        Parameters:
        scHandler - a SearchContentHandler.