Uses of Interface
org.biojava.bio.program.xff.XFFPartHandlerFactory

Packages that use XFFPartHandlerFactory
org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF). 
 

Uses of XFFPartHandlerFactory in org.biojava.bio.program.xff
 

Fields in org.biojava.bio.program.xff declared as XFFPartHandlerFactory
static XFFPartHandlerFactory FeatureHandler.FEATURE_HANDLER_FACTORY
           
static XFFPartHandlerFactory PropDetailHandler.PROPDETAIL_HANDLER_FACTORY
           
static XFFPartHandlerFactory StrandedFeatureHandler.STRANDEDFEATURE_HANDLER_FACTORY
           
 

Methods in org.biojava.bio.program.xff with parameters of type XFFPartHandlerFactory
 void XFFFeatureSetHandler.addFeatureHandler(ElementRecognizer rec, XFFPartHandlerFactory handler)
          Extend this FeatureSetHandler to delegate certain feature elements to the specified handler type.
 void XFFFeatureSetHandler.addDetailHandler(ElementRecognizer rec, XFFPartHandlerFactory handler)
          Extend this FeatureSetHandler to delegate certain detail elements to the specified handler type.