# File lib_wpm/wpm.rb, line 3989
    def initialize(name, running_context, xml_assist, option={})
      super()
      @name = name
      @running_context = running_context
      @xml_assist = xml_assist
      @option = option
      @widget_locator = nil
      @src_path = nil
      @src_stat = nil
      @map_path = nil
      @map_stat = nil
      @xml_path = nil
      @xml_stat = nil
      @context_class = nil
      @context_hook = NULL_PROC
      @context = nil
    end