|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXFeatureHandler
org.biojava.bio.seq.io.game.GAMEFeatureSetHandler
public class GAMEFeatureSetHandler
Handles the <feature_set> element
| Field Summary | |
|---|---|
static StAXHandlerFactory |
GAME_FEATURESET_HANDLER_FACTORY
|
| Fields inherited from class org.biojava.bio.seq.io.game.StAXFeatureHandler |
|---|
callbackStack, endLoc, featureListener, featureTemplate, stackLevel, startLoc |
| Method Summary | |
|---|---|
protected Feature.Template |
createTemplate()
generates a very basic Template for the feature with SmallAnnotation in the annotation field. |
void |
endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
Element specific exit handler Subclass to do anything useful. |
void |
NameSetStringValue(String s)
Callback implemented by nesting class to allow nested class to pass string to nesting class for handling. |
void |
reportExon(RangeLocation range,
StrandedFeature.Strand strand)
Allows nesting class that manages a transcript template to gain information about its extent from nested elements that represent exons. |
void |
startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
Element-specific handler. |
| Methods inherited from class org.biojava.bio.seq.io.game.StAXFeatureHandler |
|---|
addHandler, endElement, getFeatureListener, getHandlerStackIterator, getLevel, pop, push, setFeatureListener, setHandlerCharacteristics, startElement |
| Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase |
|---|
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StAXHandlerFactory GAME_FEATURESET_HANDLER_FACTORY
| Method Detail |
|---|
public void NameSetStringValue(String s)
GAMENameCallbackItf
NameSetStringValue in interface GAMENameCallbackItf
public void reportExon(RangeLocation range,
StrandedFeature.Strand strand)
GAMETranscriptCallbackItf
reportExon in interface GAMETranscriptCallbackItfprotected Feature.Template createTemplate()
StAXFeatureHandlerOverride if you wish a more specialised Template.
createTemplate in class StAXFeatureHandler
public void startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
throws SAXException
StAXFeatureHandler
startElementHandler in class StAXFeatureHandlerSAXException
public void endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
StAXFeatureHandler
endElementHandler in class StAXFeatureHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||