org.biojava.bio.seq.io.agave
Class AGAVEXrefsPropHandler
java.lang.Object
org.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXPropertyHandler
org.biojava.bio.seq.io.agave.AGAVEXrefsPropHandler
- All Implemented Interfaces:
- AGAVEDbIdCallbackItf, AGAVEXrefCallbackItf, StAXContentHandler
public class AGAVEXrefsPropHandler
- extends StAXPropertyHandler
- implements AGAVEDbIdCallbackItf, AGAVEXrefCallbackItf
Deals with database crossreferences (xrefs)
- Author:
- Hanning Ni Doubletwist Inc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AGAVE_XREFS_PROP_HANDLER_FACTORY
public static final StAXHandlerFactory AGAVE_XREFS_PROP_HANDLER_FACTORY
addDbId
public void addDbId(AGAVEDbId db_id)
- Specified by:
addDbId
in interface AGAVEDbIdCallbackItf
addXref
public void addXref(AGAVEXref xref)
- Specified by:
addXref
in interface AGAVEXrefCallbackItf
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 class StAXPropertyHandler
- Throws:
SAXException