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 SeqSimilarityStAXAdapterSeqSimilarityStAXHandler.ssContextMethods in org.biojava.bio.program.ssbind with parameters of type SeqSimilarityStAXAdapterModifier and TypeMethodDescriptionStAXHandlerFactory.getHandler(SeqSimilarityStAXAdapter ssContext) getHandlerreturns an appropriateStAXContentHandlerimplementation containing a reference to a parent context.Constructors in org.biojava.bio.program.ssbind with parameters of type SeqSimilarityStAXAdapterModifierConstructorDescriptionSeqSimilarityStAXHandler(SeqSimilarityStAXAdapter ssContext) Creates a newSeqSimilarityStAXHandlerwhich simply maintains a list ofStAXHandlerBindings and delegates to any suitableStAXContentHandlerbound by one of them.