Class SeqSimilarityAdapter

java.lang.Object
org.biojava.bio.program.ssbind.SeqSimilarityAdapter
All Implemented Interfaces:
ContentHandler

public class SeqSimilarityAdapter extends Object implements ContentHandler
A SeqSimilarityAdapter converts SAX events into method calls on a SearchContentHandler implementation. The SAX events should describe elements conforming to the BioJava BlastLikeDataSetCollection DTD. A BlastLikeSearchBuilder is supplied, implementing the SearchContentHandler interface, which will create SeqSimilaritySearchResults from the stream.
Since:
1.2
Author:
Keith James