class Aws::Xml::Parser::OxEngine

def parse(xml)

def parse(xml)
  Ox.sax_parse(
    @stack, StringIO.new(xml),
    :convert_special => true,
    :skip => :skip_return
  )
end