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|
    @stack.attr(attr.localname, attr.value)
  end
end