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
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
GAME_RESIDUES_PROP_HANDLER_FACTORY
-
-
Constructor Details
-
GAMEResiduesPropHandler
-
-
Method Details
-
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
-