deepmagic ~master (2022-05-05T22:53:26.1121174)
Dub
Repo
Html5Element
deepmagic
dom
elements
html5
html5_element
Undocumented in source.
class
Html5Element : Element(
string
tag_name
= ""
bool
CAN_BE_EMPTY
= false
) {
bool
can_be_empty
;
this
(string value);
this
(Element element);
this
(Element[] elements);
void
init
();
void
reset
();
}
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
Source
See Implementation
deepmagic
dom
elements
html5
html5_element
classes
Html5Element