Package org.biojava.bio.seq.io.agave
Class AGAVEResultGroupHandler
- java.lang.Object
 - 
- org.biojava.bio.seq.io.agave.StAXContentHandlerBase
 - 
- org.biojava.bio.seq.io.agave.StAXFeatureHandler
 - 
- org.biojava.bio.seq.io.agave.AGAVEResultGroupHandler
 
 
 
 
- 
- All Implemented Interfaces:
 StAXContentHandler
public class AGAVEResultGroupHandler extends StAXFeatureHandler
- Author:
 - Hanning Ni Doubletwist Inc
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactoryAGAVE_RESULT_GROUP_HANDLER_FACTORY- 
Fields inherited from class org.biojava.bio.seq.io.agave.StAXFeatureHandler
annot, callbackStack, endLoc, featureListener, featureTemplate, myLocalName, stackLevel, startLoc, staxenv, subFeatures 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartElementHandler(String nsURI, String localName, String qName, Attributes attrs)Element-specific handler.- 
Methods inherited from class org.biojava.bio.seq.io.agave.StAXFeatureHandler
addFeatureToSequence, addHandler, createTemplate, endElement, endElementHandler, getFeatureListener, getHandlerStackIterator, getLevel, pop, push, realizeSubFeatures, setFeatureListener, setHandlerCharacteristics, setProperty, startElement 
- 
Methods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree 
 - 
 
 - 
 
- 
- 
Field Detail
- 
AGAVE_RESULT_GROUP_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_RESULT_GROUP_HANDLER_FACTORY
 
 - 
 
- 
Method Detail
- 
startElementHandler
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
Description copied from class:StAXFeatureHandlerElement-specific handler. Subclass this to do something useful!- Overrides:
 startElementHandlerin classStAXFeatureHandler- Throws:
 SAXException
 
 - 
 
 -