Uses of Interface
org.biojava.bio.program.xff.ElementRecognizer
Packages that use ElementRecognizer
Package
Description
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
Event-driven parsing system for the Extensible Feature Format (XFF).
-
Uses of ElementRecognizer in org.biojava.bio.program.ssbind
Methods in org.biojava.bio.program.ssbind with parameters of type ElementRecognizerModifier and TypeMethodDescriptionprotected void
SeqSimilarityStAXHandler.addHandler
(ElementRecognizer recognizer, StAXHandlerFactory factory) -
Uses of ElementRecognizer in org.biojava.bio.program.xff
Classes in org.biojava.bio.program.xff that implement ElementRecognizerModifier and TypeClassDescriptionstatic class
static class
Filter elements by local name (not recommended).static class
Filter elements by name and namespace.static class
Filter elements on the existence of a specified attribute.Fields in org.biojava.bio.program.xff declared as ElementRecognizerMethods in org.biojava.bio.program.xff with parameters of type ElementRecognizerModifier and TypeMethodDescriptionvoid
XFFFeatureSetHandler.addDetailHandler
(ElementRecognizer rec, XFFPartHandlerFactory handler) Extend this FeatureSetHandler to delegate certain detail elements to the specified handler type.void
XFFFeatureSetHandler.addFeatureHandler
(ElementRecognizer rec, XFFPartHandlerFactory handler) Extend this FeatureSetHandler to delegate certain feature elements to the specified handler type.