class AWS::Core::XML::SaxHandlers::Nokogiri

def sax_parse xml

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