Package 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
Handles the GAME <gene> element
- Since:
- 1.8
- Author:
- David Huen
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv -
Method Summary
Modifier and TypeMethodDescriptionvoidCallback implemented by nesting class to allow nested class to pass string to nesting class for handling.voidstartElementHandler(String nsURI, String localName, String qName, Attributes attrs) Element-specific handler.Methods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, endElementHandler, getHandlerStackIterator, setHandlerCharacteristics, startElementMethods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
GAME_GENE_PROP_HANDLER_FACTORY
-
-
Method Details
-
NameSetStringValue
Description copied from interface:GAMENameCallbackItfCallback implemented by nesting class to allow nested class to pass string to nesting class for handling.- Specified by:
NameSetStringValuein interfaceGAMENameCallbackItf
-
startElementHandler
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException Description copied from class:StAXPropertyHandlerElement-specific handler. Subclass this to do something useful!- Overrides:
startElementHandlerin classStAXPropertyHandler- Throws:
SAXException
-