Class GAMEDescriptionPropHandler

  • All Implemented Interfaces:
    StAXContentHandler

    public class GAMEDescriptionPropHandler
    extends StringElementHandlerBase
    StAX handler for GAME <description> elements. derived from Thomas Down's PropDetailHandler
    Since:
    1.8
    Author:
    David Huen, Thomas Down
    • Field Detail

      • GAME_DESCRIPTION_PROP_HANDLER_FACTORY

        public static final StAXHandlerFactory GAME_DESCRIPTION_PROP_HANDLER_FACTORY
    • Constructor Detail

      • GAMEDescriptionPropHandler

        public GAMEDescriptionPropHandler​(StAXFeatureHandler staxenv)
    • Method Detail

      • setStringValue

        protected void setStringValue​(java.lang.String s)
                               throws org.xml.sax.SAXException
        Description copied from class: StringElementHandlerBase
        Override this method to do something useful with the string we collect. Maybe we should do this by delegation rather than extension.
        Specified by:
        setStringValue in class StringElementHandlerBase
        Throws:
        org.xml.sax.SAXException