Package org.biojava.bio.seq.io.game
Class GAMEDbxrefPropHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game.StAXPropertyHandler
org.biojava.bio.seq.io.game.GAMEDbxrefPropHandler
- All Implemented Interfaces:
StAXContentHandler
Deals with database crossreferences
- Author:
- David Huen
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElementHandler
(String nsURI, String localName, String qName, StAXContentHandler handler) when exiting, put the DbXrefElement into the annotation bundleMethods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, getHandlerStackIterator, setHandlerCharacteristics, startElement, startElementHandler
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
GAME_DBXREF_PROP_HANDLER_FACTORY
-
-
Method Details
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException when exiting, put the DbXrefElement into the annotation bundle- Overrides:
endElementHandler
in classStAXPropertyHandler
- Throws:
SAXException
-