Package org.biojava.bio.seq.io.agave
Class AGAVEPredictedProteinHandler
java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXFeatureHandler
org.biojava.bio.seq.io.agave.AGAVEPredictedProteinHandler
- All Implemented Interfaces:
StAXContentHandler
Handles the AGAVE <predicted_protein> element
- Author:
- Hanning Ni Doubletwist Inc
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.agave.StAXFeatureHandler
annot, callbackStack, endLoc, featureListener, featureTemplate, myLocalName, stackLevel, startLoc, staxenv, subFeatures -
Method Summary
Modifier and TypeMethodDescriptionvoidstartElementHandler(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, startElementMethods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
AGAVE_PREDICTED_PROTEIN_HANDLER_FACTORY
-
-
Method Details
-
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
-