Class PropertiesParser.PropertiesHandler

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
    Enclosing class:
    PropertiesParser

    static class PropertiesParser.PropertiesHandler
    extends DelegatingHandler
    • Field Detail

      • properties

        java.util.Map<java.lang.String,​java.lang.String> properties
    • Constructor Detail

      • PropertiesHandler

        public PropertiesHandler​(java.lang.String... props)
    • Method Detail

      • handleAttributes

        protected void handleAttributes​(org.xml.sax.Attributes atts)
        Description copied from class: DelegatingHandler
        Called when the expected node is achieved; nothing to do by default.
        Overrides:
        handleAttributes in class DelegatingHandler
        Parameters:
        atts - the xml attributes attached to the expected node