Package org.biojava.bio.seq.io.agave
Class AGAVEMapPositionPropHandler
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.StAXContentHandlerBase
-
- org.biojava.bio.seq.io.agave.StAXPropertyHandler
-
- org.biojava.bio.seq.io.agave.AGAVEMapPositionPropHandler
-
- All Implemented Interfaces:
AGAVEDbIdCallbackItf,StAXContentHandler
public class AGAVEMapPositionPropHandler extends StAXPropertyHandler implements AGAVEDbIdCallbackItf
- Author:
- Hanning Ni Doubletwist Inc
-
-
Field Summary
Fields Modifier and Type Field Description static StAXHandlerFactoryAGAVE_MAP_POSITION_PROP_HANDLER_FACTORY-
Fields inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
featureListener, staxenv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDbId(AGAVEDbId db_id)voidendElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler)Element specific exit handler Subclass to do anything useful.voidstartElementHandler(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 Detail
-
AGAVE_MAP_POSITION_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_MAP_POSITION_PROP_HANDLER_FACTORY
-
-
Method Detail
-
addDbId
public void addDbId(AGAVEDbId db_id)
- Specified by:
addDbIdin interfaceAGAVEDbIdCallbackItf
-
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
-
endElementHandler
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException
Description copied from class:StAXPropertyHandlerElement specific exit handler Subclass to do anything useful.- Overrides:
endElementHandlerin classStAXPropertyHandler- Throws:
SAXException
-
-