Class Parameters

  • All Implemented Interfaces:
    ParseOutput

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

      • parameters

        public Object[] parameters
        Object array to keep parameters
      • name

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

      • Parameters

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