Package org.biojava.bio.seq.io.game
Class GAMEFeatureSpanHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXFeatureHandler
org.biojava.bio.seq.io.game.GAMEFeatureSpanHandler
- All Implemented Interfaces:
StAXContentHandler
Handles the <feature_span> element
- Since:
- 1.8
- Author:
- David Huen
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.game.StAXFeatureHandler
callbackStack, endLoc, featureListener, featureTemplate, stackLevel, startLoc
-
Method Summary
Modifier and TypeMethodDescriptionprotected Feature.Template
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
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
-
Field Details
-
GAME_FEATURESPAN_HANDLER_FACTORY
-
-
Method Details
-
createTemplate
Description copied from class:StAXFeatureHandler
generates a very basic Template for the feature with SmallAnnotation in the annotation field.Override if you wish a more specialised Template.
- Overrides:
createTemplate
in classStAXFeatureHandler
-
startElementHandler
Description copied from class:StAXFeatureHandler
Element-specific handler. Subclass this to do something useful!- Overrides:
startElementHandler
in classStAXFeatureHandler
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) Description copied from class:StAXFeatureHandler
Element specific exit handler Subclass to do anything useful.- Overrides:
endElementHandler
in classStAXFeatureHandler
-