Uses of Interface
org.biojava.bio.program.xff.XFFPartHandlerFactory
Packages that use XFFPartHandlerFactory
Package
Description
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 XFFPartHandlerFactoryModifier and TypeFieldDescriptionstatic final XFFPartHandlerFactory
FeatureHandler.FEATURE_HANDLER_FACTORY
static final XFFPartHandlerFactory
PropDetailHandler.PROPDETAIL_HANDLER_FACTORY
static final XFFPartHandlerFactory
StrandedFeatureHandler.STRANDEDFEATURE_HANDLER_FACTORY
Methods in org.biojava.bio.program.xff with parameters of type XFFPartHandlerFactoryModifier 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.