elemi.html

Undocumented in source.

Public Imports

elemi.attribute
public import elemi.attribute;
Undocumented in source.
elemi.element
public import elemi.element;
Undocumented in source.

Members

Aliases

add
alias add = addH
Undocumented in source.
elem
alias elem = elemH
Undocumented in source.

Functions

addH
Element addH(Element parent, Ts args)
Undocumented in source. Be warned that the author may not have intended to support it.
addH
Element addH(Element parent, Ts args)

Add a new node as a child of this node.

isVoidTag
bool isVoidTag(string tag)

Check if the given tag is a HTML5 self-closing tag.

Templates

addH
template addH(Ts...)
Undocumented in source.
elemH
template elemH(string name, Ts...)

Create a HTML element.

Meta