public class AGAVEBioSeqHandler extends StAXFeatureHandler implements AGAVEBioSeqCallbackItf, SequenceHandler
Modifier and Type | Field and Description |
---|---|
static StAXHandlerFactory |
AGAVE_BIO_SEQ_HANDLER_FACTORY |
protected Sequence |
sequence |
annot, callbackStack, endLoc, featureListener, featureTemplate, myLocalName, stackLevel, startLoc, staxenv, subFeatures
Modifier and Type | Method and Description |
---|---|
void |
endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
Element specific exit handler
Subclass to do anything useful.
|
void |
reportDna(String dna_seq) |
void |
reportFeature(Location loc)
Allows nesting class that manages a gene template
to gain information about its extent from nested
elements.
|
void |
reportStrand(StrandedFeature.Strand strand) |
void |
startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
Element-specific handler.
|
addFeatureToSequence, addHandler, createTemplate, endElement, getFeatureListener, getHandlerStackIterator, getLevel, pop, push, realizeSubFeatures, setFeatureListener, setHandlerCharacteristics, setProperty, startElement
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
public static final StAXHandlerFactory AGAVE_BIO_SEQ_HANDLER_FACTORY
public void reportStrand(StrandedFeature.Strand strand)
reportStrand
in interface AGAVEBioSeqCallbackItf
public void reportFeature(Location loc)
AGAVEBioSeqCallbackItf
reportFeature
in interface AGAVEBioSeqCallbackItf
public void reportDna(String dna_seq)
reportDna
in interface AGAVEBioSeqCallbackItf
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
StAXFeatureHandler
startElementHandler
in class StAXFeatureHandler
SAXException
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException
StAXFeatureHandler
endElementHandler
in class StAXFeatureHandler
SAXException
Copyright © 2014 BioJava. All rights reserved.