[Biojava-l] AGAVE IO in BioJava

Brian King kingb@doubletwist.com
Wed, 12 Sep 2001 14:13:32 -0700


 

>>SeqIOListener interface works quite a lot like the SAX
>>ContentHandler:  You do something like:
>>
>>   startFeature(container)
>>     startFeature(child1);
>>     endFeature();
>>     startFeature(child2);
>>     endFeature();
>>   endFeature();

Thanks.