Element.this

Generally, you don't want to call this yourself - use Element.make or document.createElement instead.

  1. this(Document _parentDocument, string _tagName, string[string] _attributes, bool _selfClosed)
    class Element
    this
    (,
    string _tagName
    ,
    string[string] _attributes = null
    ,
    bool _selfClosed = false
    )
  2. this(string _tagName, string[string] _attributes, string[] selfClosedElements)
Suggestion Box / Bug Report