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
Handles the GAME <aspect> element
- Since:
- 1.8
- Author:
- David Huen
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.game.StAXPropertyHandler
featureListener, staxenv -
Method Summary
Modifier and TypeMethodDescriptionvoidstartElement(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, startElementHandlerMethods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
GAME_ASPECT_PROP_HANDLER_FACTORY
-
-
Method Details
-
startElement
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException Description copied from class:StAXPropertyHandlerOverride this to do any processing required but call this prior to returning. Delegation occurs here!- Specified by:
startElementin interfaceStAXContentHandler- Overrides:
startElementin classStAXPropertyHandler- Throws:
SAXException
-