Class AGAVEViewPropHandler

  • All Implemented Interfaces:
    StAXContentHandler

    public class AGAVEViewPropHandler
    extends StAXPropertyHandler
    Moves view attributes into annotation properties.

    start --> view_start

    end --> view_end

    Author:
    Hanning Ni Doubletwist Inc, Keith James, Matthew Pocock
    • Field Detail

      • AGAVE_VIEW_PROP_HANDLER_FACTORY

        public static final StAXHandlerFactory AGAVE_VIEW_PROP_HANDLER_FACTORY
    • Method Detail

      • 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: StAXPropertyHandler
        Element-specific handler. Subclass this to do something useful!
        Overrides:
        startElementHandler in class StAXPropertyHandler
        Throws:
        org.xml.sax.SAXException