Package 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 PropDetailHandlerThis 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
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
GAME_RESIDUES_PROP_HANDLER_FACTORY
-
Constructor Summary
Constructors Constructor Description GAMEResiduesPropHandler(StAXFeatureHandler staxenv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm)
-
Methods inherited from class org.biojava.bio.seq.io.game.SequenceContentHandlerBase
characters, endElement, setStreamParser
-
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
-
-
-
Field Detail
-
GAME_RESIDUES_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_RESIDUES_PROP_HANDLER_FACTORY
-
-
Constructor Detail
-
GAMEResiduesPropHandler
public GAMEResiduesPropHandler(StAXFeatureHandler staxenv)
-
-
Method Detail
-
startElement
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
- Specified by:
startElement
in interfaceStAXContentHandler
- Overrides:
startElement
in classSequenceContentHandlerBase
- Throws:
SAXException
-
-