org.biojava.bio.seq.io.game
Class GAMESpanPropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXPropertyHandler
org.biojava.bio.seq.io.game.GAMESpanPropHandler
- All Implemented Interfaces:
- StAXContentHandler
public class GAMESpanPropHandler
- extends StAXPropertyHandler
Handles the GAME <span> element
Currently, it just ignores it!
- Since:
- 1.2
- Author:
- David Huen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAME_SPAN_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_SPAN_PROP_HANDLER_FACTORY
endElementHandler
public void endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
- Description copied from class:
StAXPropertyHandler
- Element specific exit handler
Subclass to do anything useful.
- Overrides:
endElementHandler
in class StAXPropertyHandler