# File lib_wpm/wpm.rb, line 3642 def initialize(widget_locator, root_component) @widget_locator = widget_locator @root_component = root_component @depth = 0 @stack = [ @root_component ] @ns_map = XMLNamespaceMap.new end