DOMString.this

Constructor to build a DOMString from an 8 bit character array.

  1. this()
  2. this(const(DOMString) other)
  3. this(XMLCh* other)
  4. this(XMLCh* other, size_t length)
  5. this(const(char)* other)
    class DOMString
    version(!newxml_force_utf8)
    @safe @trusted nothrow pure
    this
    (
    const(char)* other
    )
  6. this(T[] other)

Parameters

other const(char)*

The character array to be imported into the DOMString

Meta