Package org.biojava.bio.seq.io.game
Class GAMEAspectPropHandler
- java.lang.Object
-
- org.biojava.utils.stax.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.game.StAXPropertyHandler
-
- org.biojava.bio.seq.io.game.GAMEAspectPropHandler
-
- All Implemented Interfaces:
StAXContentHandler
public class GAMEAspectPropHandler extends StAXPropertyHandler
Handles the GAME <aspect> element- Since:
- 1.8
- Author:
- David Huen
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactory
GAME_ASPECT_PROP_HANDLER_FACTORY
-
Fields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm)
Override this to do any processing required but call this prior to returning.-
Methods inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
addHandler, endElement, endElementHandler, getHandlerStackIterator, setHandlerCharacteristics, startElementHandler
-
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
-
-
-
Field Detail
-
GAME_ASPECT_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory GAME_ASPECT_PROP_HANDLER_FACTORY
-
-
Method Detail
-
startElement
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
Description copied from class:StAXPropertyHandler
Override this to do any processing required but call this prior to returning. Delegation occurs here!- Specified by:
startElement
in interfaceStAXContentHandler
- Overrides:
startElement
in classStAXPropertyHandler
- Throws:
SAXException
-
-