public class GAMEHandler extends StAXFeatureHandler
staxenv| Constructor and Description | 
|---|
GAMEHandler(SeqIOListener listener)
Constructor for the GAMEHandler object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
endElementHandler(String nsURI,
                 String localName,
                 String qName,
                 StAXContentHandler contentHandler)
Element specific exit handler Subclass to do anything useful. 
 | 
void | 
startElementHandler(String nsURI,
                   String localName,
                   String qName,
                   Attributes attrs)
Description of the Method 
 | 
addHandler, endElement, returnData, startElementcharacters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTreepublic GAMEHandler(SeqIOListener listener)
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
startElementHandler 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 contentHandler) throws SAXException
StAXFeatureHandlerendElementHandler in class StAXFeatureHandlernsURI - Description of the ParameterlocalName - Description of the ParameterqName - Description of the ParametercontentHandler - Description of the ParameterSAXException - Description of the ExceptionCopyright © 2020 BioJava. All rights reserved.