DOMString.appendData

Appends the content of another DOMString to this string.

  1. void appendData(XMLCh* other)
  2. void appendData(XMLCh ch)
  3. void appendData(DOMString other)
    class DOMString
    @safe nothrow pure
    void
    appendData
  4. void appendData(T[] other)

Parameters

other DOMString

The object to be appended

Meta