# File lib/xml/dom/builder.rb, line 167
    def character(data)
      @cdata_buf << data
     end