Package org.biojava.bio.program.xff
Interface XFFPartHandlerFactory
public interface XFFPartHandlerFactory
Factory for StAX content handlers.
- Since:
- 1.2
- Author:
- Thomas Down
-
Method Summary
Modifier and TypeMethodDescriptiongetPartHandler
(XFFFeatureSetHandler xffenv) Return a suitable StAX content handler.
-
Method Details
-
getPartHandler
Return a suitable StAX content handler.- Parameters:
xffenv
- An XFFFeatureSetHandler which defines the current XFF parsing `environment'.
-