public class GAMEFeatureSetHandler extends StAXFeatureHandler
Modifier and Type | Field and Description |
---|---|
static StAXHandlerFactory |
GAME_FEATURE_SET_HANDLER_FACTORY
Description of the Field
|
staxenv
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)
Element-specific handler.
|
addHandler, endElement, returnData, startElement
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
public static final StAXHandlerFactory GAME_FEATURE_SET_HANDLER_FACTORY
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
StAXFeatureHandler
startElementHandler
in class StAXFeatureHandler
nsURI
- 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
StAXFeatureHandler
endElementHandler
in class StAXFeatureHandler
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the ParametercontentHandler
- Description of the ParameterSAXException
- Description of the ExceptionCopyright © 2014 BioJava. All rights reserved.