Html5Element

Undocumented in source.
class Html5Element : Element(
string tag_name = ""
bool CAN_BE_EMPTY = false
) {}

Constructors

this
this(string value)
Undocumented in source.
this
this(Element element)
Undocumented in source.
this
this(Element[] elements)
Undocumented in source.

Members

Functions

init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

can_be_empty
bool can_be_empty;
Undocumented in source.

Meta