|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.utils.stax.StAXContentHandlerBase
org.biojava.bio.seq.io.game12.StAXFeatureHandler
org.biojava.bio.seq.io.game12.GAMESpanHandler
public class GAMESpanHandler
Handles the GAME <> element.
Subclass this to parse <> and get your result somewhere useful.
Field Summary
static StAXHandlerFactory
GAME_SPAN_HANDLER_FACTORY
Description of the Field
Fields inherited from class org.biojava.bio.seq.io.game12.StAXFeatureHandler
staxenv
Method Summary
void
endElementHandler(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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
GAME_SPAN_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_SPAN_HANDLER_FACTORY
Method Detail
endElementHandler
public void endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler contentHandler)
StAXFeatureHandler
endElementHandler
in class StAXFeatureHandler
nsURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the ParametercontentHandler
- Description of the Parameter
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD