class Aws::Xml::Parser::NokogiriEngine

def parse(xml)

def parse(xml)
  Nokogiri::XML::SAX::Parser.new(self).parse(xml)
end