org.biojava.bio.seq.io.game
Class GAMEGenePropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXPropertyHandler
org.biojava.bio.seq.io.game.GAMEGenePropHandler
- All Implemented Interfaces:
- GAMENameCallbackItf, StAXContentHandler
public class GAMEGenePropHandler
- extends StAXPropertyHandler
- implements GAMENameCallbackItf
Handles the GAME <gene> element
- Since:
- 1.8
- Author:
- David Huen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAME_GENE_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_GENE_PROP_HANDLER_FACTORY
NameSetStringValue
public void NameSetStringValue(String s)
- Description copied from interface:
GAMENameCallbackItf
- Callback implemented by nesting class to allow
nested class to pass string to nesting class for
handling.
- Specified by:
NameSetStringValue
in interface GAMENameCallbackItf
startElementHandler
public void startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
throws SAXException
- Description copied from class:
StAXPropertyHandler
- Element-specific handler.
Subclass this to do something useful!
- Overrides:
startElementHandler
in class StAXPropertyHandler
- Throws:
SAXException