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 XFFPartHandlerFactoryFeatureHandler.FEATURE_HANDLER_FACTORYstatic final XFFPartHandlerFactoryPropDetailHandler.PROPDETAIL_HANDLER_FACTORYstatic final XFFPartHandlerFactoryStrandedFeatureHandler.STRANDEDFEATURE_HANDLER_FACTORYMethods in org.biojava.bio.program.xff with parameters of type XFFPartHandlerFactoryModifier 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.