Package org.biojava.bio.seq.io.game12
Class GAMESpanHandler
- java.lang.Object
-
- org.biojava.utils.stax.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.game12.StAXFeatureHandler
-
- org.biojava.bio.seq.io.game12.GAMESpanHandler
-
- All Implemented Interfaces:
StAXContentHandler
public class GAMESpanHandler extends StAXFeatureHandler
Handles the GAME <> element. Subclass this to parse <> and get your result somewhere useful.- Since:
- 1.2
- Author:
- David Huen
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactoryGAME_SPAN_HANDLER_FACTORYDescription of the Field-
Fields inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
staxenv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendElementHandler(String nsURI, String localName, String qName, StAXContentHandler contentHandler)Element specific exit handler Subclass to do anything useful.-
Methods inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
addHandler, endElement, returnData, startElement, startElementHandler
-
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
-
-
-
Field Detail
-
GAME_SPAN_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_SPAN_HANDLER_FACTORY
Description of the Field
-
-
Method Detail
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler contentHandler)
Description copied from class:StAXFeatureHandlerElement specific exit handler Subclass to do anything useful.- Overrides:
endElementHandlerin classStAXFeatureHandler- Parameters:
nsURI- Description of the ParameterlocalName- Description of the ParameterqName- Description of the ParametercontentHandler- Description of the Parameter
-
-