class REXML::Parsers::LightParser

def rewind

def rewind
  @stream.rewind
  @parser.stream = @stream
end