Package org.biojava.bio.seq.io.game12
Class GAMEGeneHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game12.StAXFeatureHandler
org.biojava.bio.seq.io.game12.GAMEGeneHandler
- All Implemented Interfaces:
StAXContentHandler
Handles the GAME <annotation> element
- Since:
- 1.2
- Author:
- David Huen
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
staxenv -
Method Summary
Modifier and TypeMethodDescriptionvoidendElementHandler(String nsURI, String localName, String qName, StAXContentHandler contentHandler) Element specific exit handler Subclass to do anything useful.voidstartElementHandler(String nsURI, String localName, String qName, Attributes attrs) Element-specific handler.Methods inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
addHandler, endElement, returnData, startElementMethods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
GAME_GENE_HANDLER_FACTORY
Description of the Field
-
-
Method Details
-
startElementHandler
Description copied from class:StAXFeatureHandlerElement-specific handler. Subclass this to do something useful!- Overrides:
startElementHandlerin classStAXFeatureHandler- Parameters:
nsURI- Description of the ParameterlocalName- Description of the ParameterqName- Description of the Parameterattrs- Description of the Parameter
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler contentHandler) Description copied from class:StAXFeatureHandlerElement specific exit handler Subclass to do anything useful.- Overrides:
endElementHandlerin classStAXFeatureHandler- Parameters:
nsURI- Description of the ParameterlocalName- Description of the ParameterqName- Description of the ParametercontentHandler- Description of the Parameter
-