class Aws::Xml::Parser::NokogiriEngine
def start_element_namespace(element_name, attributes = [], *ignored)
def start_element_namespace(element_name, attributes = [], *ignored) @stack.start_element(element_name) attributes.each do |attr| name = attr.localname name = "#{attr.prefix}:#{name}" if attr.prefix @stack.attr(name, attr.value) end end