Package org.biojava.bio.seq.io.game
Class GAMESeqRelPropHandler
- java.lang.Object
-
- org.biojava.utils.stax.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.game.StAXPropertyHandler
-
- org.biojava.bio.seq.io.game.GAMESeqRelPropHandler
-
- All Implemented Interfaces:
StAXContentHandler
public class GAMESeqRelPropHandler extends StAXPropertyHandler
Handles the GAME <aspect> element- Since:
- 1.8
- Author:
- David Huen
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
GAME_SEQREL_PROP_HANDLER_FACTORY
-
Fields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv
-
-
Method Summary
-
Methods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, endElementHandler, 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_SEQREL_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_SEQREL_PROP_HANDLER_FACTORY
-
-