# File lib_wpm/wpm.rb, line 1436 def character(data) case (@depth) when 3 @curr_value.concat(data) end nil end