Class GAMEMapPosPropHandler

  • All Implemented Interfaces:
    StAXContentHandler

    public class GAMEMapPosPropHandler
    extends StAXPropertyHandler
    Handles the GAME <map_position> element Currently, it just ignores it!
    Since:
    1.8
    Author:
    David Huen
    • Field Detail

      • GAME_MAP_POS_PROP_HANDLER_FACTORY

        public static final StAXHandlerFactory GAME_MAP_POS_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