class Aws::Xml::DocBuilder

def open_el(name, attrs)

def open_el(name, attrs)
  "#{@pad}<#{name}#{attributes(attrs)}>"
end