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 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 ElementRecognizer Modifier and Type Class Description static class
ElementRecognizer.AllElementRecognizer
static class
ElementRecognizer.ByLocalName
Filter elements by local name (not recommended).static class
ElementRecognizer.ByNSName
Filter elements by name and namespace.static class
ElementRecognizer.HasAttribute
Filter elements on the existence of a specified attribute.Fields in org.biojava.bio.program.xff declared as ElementRecognizer Modifier and Type Field Description static ElementRecognizer
ElementRecognizer. ALL
Methods in org.biojava.bio.program.xff with parameters of type ElementRecognizer Modifier and Type Method Description void
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.
-