Class GAMEHandler

    • Constructor Detail

      • GAMEHandler

        public GAMEHandler​(SeqIOListener listener)
        Constructor for the GAMEHandler object
    • 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 of the Method
        Overrides:
        startElementHandler in class StAXFeatureHandler
        Parameters:
        nsURI - Description of the Parameter
        localName - Description of the Parameter
        qName - Description of the Parameter
        attrs - Description of the Parameter
        Throws:
        org.xml.sax.SAXException - Description of the Exception
      • endElementHandler

        public void endElementHandler​(java.lang.String nsURI,
                                      java.lang.String localName,
                                      java.lang.String qName,
                                      StAXContentHandler contentHandler)
                               throws org.xml.sax.SAXException
        Description copied from class: StAXFeatureHandler
        Element specific exit handler Subclass to do anything useful.
        Overrides:
        endElementHandler in class StAXFeatureHandler
        Parameters:
        nsURI - Description of the Parameter
        localName - Description of the Parameter
        qName - Description of the Parameter
        contentHandler - Description of the Parameter
        Throws:
        org.xml.sax.SAXException - Description of the Exception