# File lib/aws/core/xml/sax_handlers/rexml.rb, line 26 def sax_parse xml source = ::REXML::Source.new(xml) ::REXML::Parsers::StreamParser.new(source, self).parse end
# File lib/aws/core/xml/sax_handlers/rexml.rb, line 35 def tag_end name end_element end
# File lib/aws/core/xml/sax_handlers/rexml.rb, line 31 def tag_start name, attrs start_element(name, attrs) end