org.biojava.bio.seq.io.agave
Class AGAVEMapLocationPropHandler
java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXPropertyHandler
org.biojava.bio.seq.io.agave.AGAVEMapLocationPropHandler
- All Implemented Interfaces:
- StAXContentHandler
- public class AGAVEMapLocationPropHandler
- extends StAXPropertyHandler
- Author:
- Hanning Ni Doubletwist Inc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AGAVE_MAP_LOCATION_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_MAP_LOCATION_PROP_HANDLER_FACTORY
addMapPosition
public void addMapPosition(AGAVEMapPosition pos)
startElementHandler
public void startElementHandler(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
- Description copied from class:
StAXPropertyHandler
- Element-specific handler.
Subclass this to do something useful!
- Overrides:
startElementHandler
in class StAXPropertyHandler
- Throws:
org.xml.sax.SAXException
endElementHandler
public void endElementHandler(java.lang.String nsURI,
java.lang.String localName,
java.lang.String qName,
StAXContentHandler handler)
throws org.xml.sax.SAXException
- Description copied from class:
StAXPropertyHandler
- Element specific exit handler
Subclass to do anything useful.
- Overrides:
endElementHandler
in class StAXPropertyHandler
- Throws:
org.xml.sax.SAXException