Class LogInfoMap

  • All Implemented Interfaces:
    ParseOutput

    public class LogInfoMap
    extends Object
    implements ParseOutput
    This class implements ParseOutput interface and parsing log information map. This class is registered with the SAX parser.
    • Field Detail

      • logInfoMap

        public Map logInfoMap
        MAP variable to keep log information map
      • name

        public String name
        Sting variable to keep request name
    • Constructor Detail

      • LogInfoMap

        public LogInfoMap()
    • Method Detail

      • process

        public void process​(String name,
                            Vector elems,
                            Hashtable atts,
                            String pcdata)
        The method that implements the ParseOutput interface. This is called by the SAX parser.
        Specified by:
        process in interface ParseOutput
        Parameters:
        name - name of request
        elems - vaector has parsing elements
        atts - parsing attributes
        pcdata - given data to be parsed.