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