- attr
Tag attr(string name, string value)
Tag attr(string name, InterpolationHeader , Ts value)
Add an attribute to the element.
- attr
Tag attr(Attribute[] attributes)
Add a prepared set of attributes to the element.
- attributed
Tag attributed()
- begin
void begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- beginAttributes
void beginAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSelfClosing
Tag makeSelfClosing()
- opBinary
void opBinary(typeof(null) )
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
void opBinary(T content)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
void opBinary(InterpolationHeader , Ts text)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
void opBinary(void delegate() @(safe) builder)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
void opBinary(void delegate() @(system) builder)
Undocumented in source. Be warned that the author may not have intended to support it.
Generic XML or HTML tag.