Package 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
- Author:
- Hanning Ni Doubletwist Inc
-
Field Summary
FieldsFields inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
featureListener, staxenv
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
endElementHandler
(String nsURI, String localName, String qName, StAXContentHandler handler) Element specific exit handler Subclass to do anything useful.void
startElementHandler
(String nsURI, String localName, String qName, Attributes attrs) Element-specific handler.Methods inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
addHandler, endElement, getHandlerStackIterator, setHandlerCharacteristics, setProperty, startElement
Methods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
AGAVE_MAP_LOCATION_PROP_HANDLER_FACTORY
-
-
Method Details
-
addMapPosition
-
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 classStAXPropertyHandler
- Throws:
SAXException
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException Description copied from class:StAXPropertyHandler
Element specific exit handler Subclass to do anything useful.- Overrides:
endElementHandler
in classStAXPropertyHandler
- Throws:
SAXException
-