public class GAMESeqHandler extends StAXFeatureHandler
| Modifier and Type | Field and Description | 
|---|---|
static StAXHandlerFactory | 
GAME_SEQ_HANDLER_FACTORY
Description of the Field 
 | 
staxenv| Modifier and Type | Method and Description | 
|---|---|
void | 
endElementHandler(String nsURI,
                 String localName,
                 String qName,
                 StAXContentHandler staxHandler)
Element specific exit handler Subclass to do anything useful. 
 | 
int | 
getSequenceLength()
Gets the sequenceLength attribute of the GAMESeqHandler object 
 | 
void | 
startElementHandler(String nsURI,
                   String localName,
                   String qName,
                   Attributes attrs)
Element-specific handler. 
 | 
addHandler, endElement, returnData, startElementcharacters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTreepublic static final StAXHandlerFactory GAME_SEQ_HANDLER_FACTORY
public int getSequenceLength()
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
StAXFeatureHandlerstartElementHandler in class StAXFeatureHandlernsURI - Description of the ParameterlocalName - Description of the ParameterqName - Description of the Parameterattrs - Description of the ParameterSAXException - Description of the Exceptionpublic void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler staxHandler) throws SAXException
StAXFeatureHandlerendElementHandler in class StAXFeatureHandlernsURI - Description of the ParameterlocalName - Description of the ParameterqName - Description of the ParameterstaxHandler - Description of the ParameterSAXException - Description of the ExceptionCopyright © 2020 BioJava. All rights reserved.