# File lib/xml/dom2/characterdata.rb, line 94
      def appendData(str)
        @value << str
      end