Package org.biojava.bio.seq.io.game
Class GAMESeqPropHandler
- java.lang.Object
-
- org.biojava.utils.stax.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.game.StAXPropertyHandler
-
- org.biojava.bio.seq.io.game.GAMESeqPropHandler
-
- All Implemented Interfaces:
GAMENameCallbackItf,StAXContentHandler
public class GAMESeqPropHandler extends StAXPropertyHandler implements GAMENameCallbackItf
Handles the GAME <seq> element- Since:
- David Huen, 1.2
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactoryGAME_SEQ_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 voidNameSetStringValue(String s)Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.voidstartElementHandler(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_SEQ_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_SEQ_PROP_HANDLER_FACTORY
-
-
Method Detail
-
NameSetStringValue
public void NameSetStringValue(String s)
Description copied from interface:GAMENameCallbackItfCallback implemented by nesting class to allow nested class to pass string to nesting class for handling.- Specified by:
NameSetStringValuein interfaceGAMENameCallbackItf
-
startElementHandler
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
Description copied from class:StAXPropertyHandlerElement-specific handler. Subclass this to do something useful!- Overrides:
startElementHandlerin classStAXPropertyHandler- Throws:
SAXException
-
-