Uses of Interface
org.biojava.bio.program.xff.ElementRecognizer
-
Packages that use ElementRecognizer Package Description org.biojava.bio.program.ssbind Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.org.biojava.bio.program.xff 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 ElementRecognizer Modifier and Type Method Description protected voidSeqSimilarityStAXHandler. addHandler(ElementRecognizer recognizer, StAXHandlerFactory factory) -
Uses of ElementRecognizer in org.biojava.bio.program.xff
Classes in org.biojava.bio.program.xff that implement ElementRecognizer Modifier and Type Class Description static classElementRecognizer.AllElementRecognizerstatic classElementRecognizer.ByLocalNameFilter elements by local name (not recommended).static classElementRecognizer.ByNSNameFilter elements by name and namespace.static classElementRecognizer.HasAttributeFilter elements on the existence of a specified attribute.Fields in org.biojava.bio.program.xff declared as ElementRecognizer Modifier and Type Field Description static ElementRecognizerElementRecognizer. ALLMethods in org.biojava.bio.program.xff with parameters of type ElementRecognizer Modifier and Type Method Description voidXFFFeatureSetHandler. 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.
-