org.biojava.bio.seq.io.game
Class GAMEResiduesPropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.SequenceContentHandlerBase
org.biojava.bio.seq.io.game.GAMEResiduesPropHandler
- All Implemented Interfaces:
- StAXContentHandler
public class GAMEResiduesPropHandler
- extends SequenceContentHandlerBase
StAX handler for GAME <residues> elements.
derived from Thomas Down's PropDetailHandler
This takes the sequence supplied by <residues> elements
and feeds it to a StreamParser associated with a SeqIOLIstener
instance.
- 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_RESIDUES_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_RESIDUES_PROP_HANDLER_FACTORY
GAMEResiduesPropHandler
public GAMEResiduesPropHandler(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 SequenceContentHandlerBase
- Throws:
SAXException