Element

Represents a HTML element.

Use elem to generate.

Alias This

toString

Members

Functions

acceptsContent
bool acceptsContent()

Check if the element allows content.

addTrusted
Element addTrusted(string code)

Add trusted XML/HTML code as a child of this node.

opOpAssign
void opOpAssign(Ts args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
Element make()

Create the tag.

Variables

attributes
string attributes;
Undocumented in source.
content
string content;
Undocumented in source.
directive
bool directive;
Undocumented in source.
endTag
string endTag;
Undocumented in source.
startTag
string startTag;
Undocumented in source.
trail
string trail;
Undocumented in source.

Meta