Package org.biojava.bio.seq.io.agave
Class AGAVEEvidenceHandler
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.agave.StAXFeatureHandler
-
- org.biojava.bio.seq.io.agave.AGAVEEvidenceHandler
-
- All Implemented Interfaces:
AGAVEEvidenceCallbackItf
,StAXContentHandler
public class AGAVEEvidenceHandler extends StAXFeatureHandler implements AGAVEEvidenceCallbackItf
- Author:
- Hanning Ni Doubletwist Inc
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
AGAVE_EVIDENCE_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 void
addElementId(String id)
void
endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler)
Element specific exit handler Subclass to do anything useful.-
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, startElementHandler
-
Methods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
-
-
-
Field Detail
-
AGAVE_EVIDENCE_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_EVIDENCE_HANDLER_FACTORY
-
-
Method Detail
-
addElementId
public void addElementId(String id)
- Specified by:
addElementId
in interfaceAGAVEEvidenceCallbackItf
-
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 classStAXFeatureHandler
- Throws:
SAXException
-
-