org.biojava.bio.seq.io.game
Class GAMEGenePropHandler

java.lang.Object
  extended by org.biojava.utils.stax.StAXContentHandlerBase
      extended by org.biojava.bio.seq.io.game.StAXPropertyHandler
          extended by 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

Field Summary
static StAXHandlerFactory GAME_GENE_PROP_HANDLER_FACTORY
           
 
Fields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv
 
Method Summary
 void NameSetStringValue(java.lang.String s)
          Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.
 void startElementHandler(java.lang.String nsURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attrs)
          Element-specific handler.
 
Methods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, endElementHandler, getHandlerStackIterator, 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

GAME_GENE_PROP_HANDLER_FACTORY

public static final StAXHandlerFactory GAME_GENE_PROP_HANDLER_FACTORY
Method Detail

NameSetStringValue

public void NameSetStringValue(java.lang.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(java.lang.String nsURI,
                                java.lang.String localName,
                                java.lang.String qName,
                                org.xml.sax.Attributes attrs)
                         throws org.xml.sax.SAXException
Description copied from class: StAXPropertyHandler
Element-specific handler. Subclass this to do something useful!

Overrides:
startElementHandler in class StAXPropertyHandler
Throws:
org.xml.sax.SAXException