Class AGAVEBioSequenceHandler

  • All Implemented Interfaces:
    StAXContentHandler

    public class AGAVEBioSequenceHandler
    extends StAXFeatureHandler
    Handles the AGAVE <bio_sequence> element
    Author:
    David Huen, Hanning Ni Doubletwist Inc
    • Field Detail

      • AGAVE_BIO_SEQUENCE_HANDLER_FACTORY

        public static final StAXHandlerFactory AGAVE_BIO_SEQUENCE_HANDLER_FACTORY
    • Method Detail

      • reportFeature

        public void reportFeature​(Location loc)
      • startElementHandler

        public void startElementHandler​(java.lang.String nsURI,
                                        java.lang.String localName,
                                        java.lang.String qName,
                                        org.xml.sax.Attributes attrs)
                                 throws org.xml.sax.SAXException
        Description copied from class: StAXFeatureHandler
        Element-specific handler. Subclass this to do something useful!
        Overrides:
        startElementHandler in class StAXFeatureHandler
        Throws:
        org.xml.sax.SAXException