Package org.biojava.bio.seq.io.game12
Class GAMEFeatureSpanHandler.SeqRelHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game12.StAXFeatureHandler
org.biojava.bio.seq.io.game12.GAMESeqRelHandler
org.biojava.bio.seq.io.game12.GAMEFeatureSpanHandler.SeqRelHandler
- All Implemented Interfaces:
StAXContentHandler
- Enclosing class:
- GAMEFeatureSpanHandler
-
Field Summary
Fields inherited from class org.biojava.bio.seq.io.game12.GAMESeqRelHandler
GAME_SEQ_REL_HANDLER_FACTORYFields inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
staxenv -
Method Summary
Modifier and TypeMethodDescriptionvoidendElementHandler(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.GAMESeqRelHandler
startElementHandlerMethods inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
addHandler, endElement, returnData, startElementMethods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Method Details
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler contentHandler) throws SAXException Description copied from class:StAXFeatureHandlerElement specific exit handler Subclass to do anything useful.- Overrides:
endElementHandlerin classGAMESeqRelHandler- Parameters:
nsURI- Description of the ParameterlocalName- Description of the ParameterqName- Description of the ParametercontentHandler- Description of the Parameter- Throws:
SAXException- Description of the Exception
-