Package org.biojava.bio.seq.io.game
Interface StAXHandlerFactory
public interface StAXHandlerFactory
Factory for StAX content handlers.
- Since:
- 1.2
- Author:
- Thomas Down
-
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(StAXFeatureHandler staxenv) Return a suitable StAX content handler.
-
Method Details
-
getHandler
Return a suitable StAX content handler.- Parameters:
staxenv
- An StAXFeatureHandler which defines the current XFF parsing `environment'.
-