Package org.biojava.bio.seq.io.agave
Interface StAXHandlerFactory
- 
 public interface StAXHandlerFactory Factory for StAX content handlers. Roughly all xml elements are seperated into two parts: those hold features and those hold annotations. (Hanningn)- Author:
- copied from Thomas Down
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StAXContentHandlergetHandler(StAXFeatureHandler staxenv)Return a suitable StAX content handler.
 
- 
- 
- 
Method Detail- 
getHandlerStAXContentHandler getHandler(StAXFeatureHandler staxenv) Return a suitable StAX content handler.- Parameters:
- staxenv- An StAXFeatureHandler which defines the current XFF parsing `environment'.
 
 
- 
 
-