org.biojava.bio.seq.io.game12
Class GAMEPropertyHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game12.StAXFeatureHandler
org.biojava.bio.seq.io.game12.GAMEPropertyHandler
- All Implemented Interfaces:
- StAXContentHandler
public class GAMEPropertyHandler
- extends StAXFeatureHandler
Handles the GAME <dbxref> element
- 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_PROPERTY_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_PROPERTY_HANDLER_FACTORY
- Description of the Field
endElementHandler
public void endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler contentHandler)
throws SAXException
- Description copied from class:
StAXFeatureHandler
- Element specific exit handler Subclass to do anything useful.
- Overrides:
endElementHandler
in class StAXFeatureHandler
- Parameters:
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the ParametercontentHandler
- Description of the Parameter
- Throws:
SAXException
- Description of the Exception