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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StAXContentHandler
getHandler(StAXFeatureHandler staxenv)
Return a suitable StAX content handler.
-
-
-
Method Detail
-
getHandler
StAXContentHandler getHandler(StAXFeatureHandler staxenv)
Return a suitable StAX content handler.- Parameters:
staxenv
- An StAXFeatureHandler which defines the current XFF parsing `environment'.
-
-