Class LocationHandlerBase

  • All Implemented Interfaces:
    StAXContentHandler

    public abstract class LocationHandlerBase
    extends StAXContentHandlerBase
    Handler to the XFF location type. To use this, write a simple subclass which takes the location and stores it somewhere sensible.
    Since:
    1.2
    Author:
    Thomas Down
    • Constructor Detail

      • LocationHandlerBase

        public LocationHandlerBase()
    • Method Detail

      • setLocationValue

        protected abstract void setLocationValue​(Location l)
                                          throws org.xml.sax.SAXException
        Override this method to do something useful with the location we collect. Maybe we should do this by delegation rather than extension.
        Throws:
        org.xml.sax.SAXException