# File lib/aws/core/xml/sax_handlers/libxml.rb, line 31
          def on_start_element_ns element_name, attributes, *ignore
            start_element(element_name, attributes)
          end