Element.this

Constructs an Element from a Tag.

  1. this(string name, string interior)
  2. this(const(Tag) tag_)
    class Element
    @safe pure
    this
    (
    const(Tag) tag_
    )

Parameters

tag_ const(Tag)

the start or empty tag of the element.

Meta

Suggestion Box / Bug Report