org.biojava.bio.seq.io.agave
Class AGAVEViewPropHandler
java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXPropertyHandler
org.biojava.bio.seq.io.agave.AGAVEViewPropHandler
- All Implemented Interfaces:
- StAXContentHandler
public class AGAVEViewPropHandler
- extends StAXPropertyHandler
Moves view attributes into annotation properties.
start --> view_start
end --> view_end
- Author:
- Hanning Ni Doubletwist Inc, Keith James, Matthew Pocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AGAVE_VIEW_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_VIEW_PROP_HANDLER_FACTORY
startElementHandler
public void startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
throws SAXException
- Description copied from class:
StAXPropertyHandler
- Element-specific handler.
Subclass this to do something useful!
- Overrides:
startElementHandler
in class StAXPropertyHandler
- Throws:
SAXException