org.biojava.bio.seq.io.game
Class GAMEAspectPropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXPropertyHandler
org.biojava.bio.seq.io.game.GAMEAspectPropHandler
- All Implemented Interfaces:
- StAXContentHandler
public class GAMEAspectPropHandler
- extends StAXPropertyHandler
Handles the GAME <aspect> 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_ASPECT_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_ASPECT_PROP_HANDLER_FACTORY
startElement
public void startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm)
throws SAXException
- Description copied from class:
StAXPropertyHandler
- Override this to do any processing required but call this
prior to returning. Delegation occurs here!
- Specified by:
startElement
in interface StAXContentHandler
- Overrides:
startElement
in class StAXPropertyHandler
- Throws:
SAXException