Uses of Class
org.biojava.bio.program.ssbind.SeqSimilarityStAXAdapter
Packages that use SeqSimilarityStAXAdapter
Package
Description
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 SeqSimilarityStAXAdapterModifier and TypeFieldDescriptionprotected SeqSimilarityStAXAdapter
SeqSimilarityStAXHandler.ssContext
Methods in org.biojava.bio.program.ssbind with parameters of type SeqSimilarityStAXAdapterModifier and TypeMethodDescriptionStAXHandlerFactory.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 SeqSimilarityStAXAdapterModifierConstructorDescriptionSeqSimilarityStAXHandler
(SeqSimilarityStAXAdapter ssContext) Creates a newSeqSimilarityStAXHandler
which simply maintains a list ofStAXHandlerBinding
s and delegates to any suitableStAXContentHandler
bound by one of them.