DOMString.appendData

Append a single Unicode character to this string.

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

Parameters

ch XMLCh

The single character to be appended

Meta