# File lib_wpm/wpm.rb, line 1357 def initialize(context) @depth = 0 @context = context @properties_map = Hash.new @string_map = Hash.new @curr_properties = nil @curr_attr_map = nil @curr_value = nil end