Element.add

Create a new element as a child

  1. Element add(T content)
    struct Element
    add
    (
    string name
    string[string] attributes = null
    T...
    )
  2. Element add(string[string] attributes, T content)
  3. Element add(T content)
  4. Element add(Element element)
  5. Element add(string text)

Meta