org.biojava.bio.seq.io.game
Class GAMEDescriptionPropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.utils.stax.StringElementHandlerBase
org.biojava.bio.seq.io.game.GAMEDescriptionPropHandler
- All Implemented Interfaces:
- StAXContentHandler
public class GAMEDescriptionPropHandler
- extends StringElementHandlerBase
StAX handler for GAME <description> elements.
derived from Thomas Down's PropDetailHandler
- Since:
- 1.8
- Author:
- David Huen, Thomas Down
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAME_DESCRIPTION_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_DESCRIPTION_PROP_HANDLER_FACTORY
GAMEDescriptionPropHandler
public GAMEDescriptionPropHandler(StAXFeatureHandler staxenv)
startElement
public void startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm)
throws SAXException
- Specified by:
startElement
in interface StAXContentHandler
- Overrides:
startElement
in class StringElementHandlerBase
- Throws:
SAXException
setStringValue
protected void setStringValue(String s)
throws SAXException
- Description copied from class:
StringElementHandlerBase
- Override this method to do something useful with the
string we collect. Maybe we should do this by delegation
rather than extension.
- Specified by:
setStringValue
in class StringElementHandlerBase
- Throws:
SAXException