DOMString.this

Constructor to build a DOMString from a character array of given length.

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

Parameters

other XMLCh*

The character array to be imported into the DOMString

length size_t

The length of the character array to be imported

Meta