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
public class GAMEDbxrefPropHandler extends StAXPropertyHandler
Deals with database crossreferences- Author:
- David Huen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GAMEDbxrefPropHandler.DbXrefElement
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
GAME_DBXREF_PROP_HANDLER_FACTORY
-
Fields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler)
when exiting, put the DbXrefElement into the annotation bundle-
Methods 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 Detail
-
GAME_DBXREF_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_DBXREF_PROP_HANDLER_FACTORY
-
-
Method Detail
-
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
-
-