# File lib_wpm/wpm/rexml.rb, line 102 def read(input) handler = XMLHandlerByREXML.new(self) REXML::Document.parse_stream(input, handler) nil end