method

new

ruby latest stable - Class: REXML::Parsers::LightParser
new(stream)
public

No documentation available.

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