Package org.biojava.bio.seq.io.game
Class GAMEMapPosPropHandler
- java.lang.Object
-
- org.biojava.utils.stax.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.game.StAXPropertyHandler
-
- org.biojava.bio.seq.io.game.GAMEMapPosPropHandler
-
- All Implemented Interfaces:
StAXContentHandler
public class GAMEMapPosPropHandler extends StAXPropertyHandler
Handles the GAME <map_position> element Currently, it just ignores it!- Since:
- 1.8
- Author:
- David Huen
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
GAME_MAP_POS_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
startElementHandler(String nsURI, String localName, String qName, Attributes attrs)
Element-specific handler.-
Methods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, endElementHandler, getHandlerStackIterator, setHandlerCharacteristics, startElement
-
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
-
-
-
Field Detail
-
GAME_MAP_POS_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_MAP_POS_PROP_HANDLER_FACTORY
-
-
Method Detail
-
startElementHandler
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
Description copied from class:StAXPropertyHandler
Element-specific handler. Subclass this to do something useful!- Overrides:
startElementHandler
in classStAXPropertyHandler
- Throws:
SAXException
-
-