Uses of Class
org.biojava.bio.program.ssbind.SeqSimilarityStAXAdapter
-
Packages that use SeqSimilarityStAXAdapter Package Description org.biojava.bio.program.ssbind Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD. -
-
Uses of SeqSimilarityStAXAdapter in org.biojava.bio.program.ssbind
Fields in org.biojava.bio.program.ssbind declared as SeqSimilarityStAXAdapter Modifier and Type Field Description protected SeqSimilarityStAXAdapter
SeqSimilarityStAXHandler. ssContext
Methods in org.biojava.bio.program.ssbind with parameters of type SeqSimilarityStAXAdapter Modifier and Type Method Description StAXContentHandler
StAXHandlerFactory. getHandler(SeqSimilarityStAXAdapter ssContext)
getHandler
returns an appropriateStAXContentHandler
implementation containing a reference to a parent context.Constructors in org.biojava.bio.program.ssbind with parameters of type SeqSimilarityStAXAdapter Constructor Description SeqSimilarityStAXHandler(SeqSimilarityStAXAdapter ssContext)
Creates a newSeqSimilarityStAXHandler
which simply maintains a list ofStAXHandlerBinding
s and delegates to any suitableStAXContentHandler
bound by one of them.
-