# File temp/parsers/lightparser.rb, line 8 def initialize stream @stream = stream @parser = REXML::Parsers::BaseParser.new( stream ) end