Package 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
Moves view attributes into annotation properties.
start --> view_start
end --> view_end
- Author:
- Hanning Ni Doubletwist Inc, Keith James, Matthew Pocock
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
featureListener, staxenv -
Method Summary
Modifier and TypeMethodDescriptionvoidstartElementHandler(String nsURI, String localName, String qName, Attributes attrs) Element-specific handler.Methods inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
addHandler, endElement, endElementHandler, getHandlerStackIterator, setHandlerCharacteristics, setProperty, startElementMethods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
AGAVE_VIEW_PROP_HANDLER_FACTORY
-
-
Method Details
-
startElementHandler
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException Description copied from class:StAXPropertyHandlerElement-specific handler. Subclass this to do something useful!- Overrides:
startElementHandlerin classStAXPropertyHandler- Throws:
SAXException
-