org.biojava.bio.seq.io.agave
Class AGAVEClassificationHandler
java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXFeatureHandler
org.biojava.bio.seq.io.agave.AGAVEClassificationHandler
- All Implemented Interfaces:
- AGAVEIdAliasCallbackItf, StAXContentHandler
public class AGAVEClassificationHandler
- extends StAXFeatureHandler
- implements AGAVEIdAliasCallbackItf
- Author:
- Hanning Ni Doubletwist Inc
Methods inherited from class org.biojava.bio.seq.io.agave.StAXFeatureHandler |
addFeatureToSequence, addHandler, createTemplate, endElement, getFeatureListener, getHandlerStackIterator, getLevel, pop, push, realizeSubFeatures, setFeatureListener, setHandlerCharacteristics, setProperty, startElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AGAVE_CLASSIFICATION_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_CLASSIFICATION_HANDLER_FACTORY
startElementHandler
public void startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
throws SAXException
- Description copied from class:
StAXFeatureHandler
- Element-specific handler.
Subclass this to do something useful!
- Overrides:
startElementHandler
in class StAXFeatureHandler
- Throws:
SAXException
addIdAlias
public void addIdAlias(AGAVEIdAlias id)
- Specified by:
addIdAlias
in interface AGAVEIdAliasCallbackItf
endElementHandler
public void endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
throws SAXException
- Description copied from class:
StAXFeatureHandler
- Element specific exit handler
Subclass to do anything useful.
- Overrides:
endElementHandler
in class StAXFeatureHandler
- Throws:
SAXException