class Aws::Xml::DocBuilder

def escape(string, text_or_attr)

def escape(string, text_or_attr)
  string.to_s.encode(:xml => text_or_attr)
end