Class PropDetailHandler

  • All Implemented Interfaces:
    StAXContentHandler

    public class PropDetailHandler
    extends StringElementHandlerBase
    StAX handler for xff:prop detail elements. prop details are simple tag-value text, and they are added directly as properties of the feature.
    Since:
    1.2
    Author:
    Thomas Down
    • 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