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 voidSeqSimilarityStAXHandler.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 classstatic classFilter elements by local name (not recommended).static classFilter elements by name and namespace.static classFilter 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 TypeMethodDescriptionvoidXFFFeatureSetHandler.addDetailHandler(ElementRecognizer rec, XFFPartHandlerFactory handler) Extend this FeatureSetHandler to delegate certain detail elements to the specified handler type.voidXFFFeatureSetHandler.addFeatureHandler(ElementRecognizer rec, XFFPartHandlerFactory handler) Extend this FeatureSetHandler to delegate certain feature elements to the specified handler type.