Class LogInfo

  • All Implemented Interfaces:
    ParseOutput

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

      • infoKey

        public String infoKey
        Sting variable to keep information key for log record
      • infoValue

        public String infoValue
        Sting variable to keep information value for log record
    • Constructor Detail

      • LogInfo

        public LogInfo()
    • 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.